Matrix<value_type, allocator_type, void, policy_type> RemoveColumns | ( | size_type | iColumnBegin = 0 , |
size_type | iColumnEnd = columns_number |
||
) | const |
Removes columns from a matrix given by a half-interval [iColumnBegin, iColumnEnd).
iColumnBegin | is an inclusive index of the first column to be removed. \(0\leq iColumnBegin < Columns()\). |
iColumnEnd | is an exclusive index of the first column to not be removed. \(iColumnBegin < iColumnEnd \leq Columns()\). |