chsvlib
chsv helper source code

◆ RemoveRows() [2/2]

derived_type RemoveRows ( size_type  iRowBegin = 0) const

Removes the lowest rows from a returned copy 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 copy of the matrix.
Returns
A new matrix which is a copy of the current matrix without the specified rows.

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

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