chsvlib
chsv helper source code

◆ RemoveRowsMe() [2/2]

derived_type& RemoveRowsMe ( size_type  iRowBegin = 0)

Removes the lowest rows of a matrix starting from a specified row.

Parameters
iRowBeginAn inclusive index of the topmost row within a range of lowest rows to be removed from the matrix.
Returns
A reference to the current matrix.

The method is a wrap over the RemoveRowsMe(size_type iRowBegin, size_type iRowEnd) method.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified index is not within a set of valid row indices.