示例#1
0
文件: daMatrix.cs 项目: htna/explsolv
 public daMatrix NormalizeRows(int pValue)
 {
     return(new daMatrix(val.NormalizeRows(pValue)));
 }