b'\n \n \n
 
\n  
sfmatoper (4.0)
index
user/chenyk/Mmatoper.c
\n Matrix algebra operation\n

\n \n \n \n \n \n
 
\n Synopsis
       sfmatoper < in.rsf mat=mat.rsf > out.rsf type=
Implement C=Oper(A,B).
\nSpecially, when "Oper" stands for multiplication, C=AB, where:
\nC is a m*k matrix, m corresponds to dimension 2 while k corrsponds to dimension 1.
\nA is a m*n matrix, m corresponds to dimension 2 while n corrsponds to dimension 1.
\nB is a n*k matrix, n corresponds to dimension 2 while k corrsponds to dimension 1.
\nLike matlab matrix operation.\n

\n \n \n \n \n \n
 
\n Parameters
       \n \n \n
\n  
file mat=
\tauxiliary input file name
\n
\n \n\n \n \n
\n  
string type=
\t[mul, add, sub, dotmul] operation type, the default is mul
\n
\n \n
'