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