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