예제 #1
0
파일: daMatrix.cs 프로젝트: htna/explsolv
 public void SetRow(int index, double[] source)
 {
     val.SetRow(index, source);
 }