derived_type& RemoveColumnsMe | ( | reverse_iterator | itBegin | ) |
Removes the leftmost columns of a matrix starting from a specified column.
itBegin | A reverse iterator associated with the rightmost column of the set to be removed. |
The method is a wrap over the RemoveColumnsMe(reverse_iterator itBegin, reverse_iterator itEnd) method.
Chusov::Exceptions::OutOfRangeException | The specified iterator is invalid. |