Esempio n. 1
0
 public daMatrix InsertRow(int rowIndex, _daVector row)
 {
     return(new daMatrix(val.InsertRow(rowIndex, row)));
 }