예제 #1
0
파일: daMatrix.cs 프로젝트: htna/explsolv
 public daMatrix GetLowerTriangle()
 {
     return(new daMatrix(val.GetLowerTriangle()));
 }