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