Exemplo n.º 1
0
 public daMatrix GetStrictlyLowerTriangle()
 {
     return(new daMatrix(val.GetStrictlyLowerTriangle()));
 }