예제 #1
0
파일: LSqrDotNet.cs 프로젝트: abasilak/phd
 public LSqrSparseMatrix()
 {
     m_id = LSqrDll.NewMatrix();
 }