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).
iRowBegin | is an inclusive index of the first row to be removed. \(0\leq iRowBegin < Rows()\). |
iRowEnd | is an exclusive index of the row column to not be removed. \(iRowBegin < iRowEnd \leq Rows()\). |