Esempio n. 1
0
 public daMatrix GetLowerTriangle()
 {
     return(new daMatrix(val.GetLowerTriangle()));
 }