chsvlib
chsv helper source code

◆ RemoveColumns()

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).

Parameters
iColumnBeginis an inclusive index of the first column to be removed. \(0\leq iColumnBegin < Columns()\).
iColumnEndis an exclusive index of the first column to not be removed. \(iColumnBegin < iColumnEnd \leq Columns()\).
Returns
The resulting Matrix object.