示例#1
0
 public static Vector operator*(Vector lvec, MatrixByArr rmat)
 {
     return(LinAlg.VtM(lvec, rmat));
 }