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