derived_type RemoveRows | ( | size_type | iRowBegin = 0 | ) | const |
Removes the lowest rows from a returned copy of a matrix starting from a specified row.
iRowBegin | An inclusive index of the topmost row within a range of lowest rows to be removed from the copy of the matrix. |
The method is a wrap over the RemoveRows(size_type iRowBegin, size_type iRowEnd) method.
Chusov::Exceptions::OutOfRangeException | The specified index is not within a set of valid row indices. |