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