Пример #1
0
 public Vector SMultiply(Vector x)
 {
     return(lUsqMatrix.LMult(x, true));
 }