chsvlib
chsv helper source code

◆ RemoveColumnsMe() [1/6]

derived_type& RemoveColumnsMe ( iterator  itBegin)

Removes trailing columns of a matrix starting from a specified column.

Parameters
itBeginAn iterator associated with the first column of the set of rightmost columns to be removed.
Returns
A reference to the current matrix.

The method is a wrap over the RemoveColumnsMe(iterator itBegin, iterator itEnd) method.

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