chsvlib
chsv helper source code

◆ RemoveColumns() [3/6]

derived_type RemoveColumns ( const_reverse_iterator  itBegin) const

Removes the leftmost columns of a copy of a current matrix starting from a specified column.

Parameters
itBeginA reverse iterator associated with the rightmost column of the set to be removed.
Returns
A new matrix which is a copy of the current matrix without the specified columns.

The method is a wrap over the RemoveColumns(const_reverse_iterator itBegin, const_reverse_iterator itEnd) method.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified iterator is invalid.