derived_type RemoveColumns | ( | const_reverse_iterator | itBegin | ) | const |
Removes the leftmost columns of a copy of a current 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 RemoveColumns(const_reverse_iterator itBegin, const_reverse_iterator itEnd) method.
Chusov::Exceptions::OutOfRangeException | The specified iterator is invalid. |