chsvlib
chsv helper source code

◆ RemoveRows()

Matrix<value_type, allocator_type, void, policy_type> RemoveRows ( size_type  iRowBegin = 0,
size_type  iRowEnd = rows_number 
) const

Removes rows from a matrix given by a half-interval [iRowBegin, iRowEnd).

Parameters
iRowBeginis an inclusive index of the first row to be removed. \(0\leq iRowBegin < Rows()\).
iRowEndis an exclusive index of the row column to not be removed. \(iRowBegin < iRowEnd \leq Rows()\).
Returns
The resulting Matrix object.