public void SetSubdaMatrix(int rowIndex, int rowLength, int columnIndex, int columnLength, _daMatrix subMatrix) { val.SetSubMatrix(rowIndex, rowLength, columnIndex, columnLength, subMatrix); }