derived_type& RemoveColumnsMe | ( | size_type | iColumnBegin = 0 | ) |
Removes trailing columns of a matrix starting from a specified column.
iColumnBegin | An inclusive index of a column of a range of rightmost columns of the matrix to be removed. |
The method is a wrap over the RemoveColumnsMe(size_type iColumnBegin, size_type iColumnEnd) method.
Chusov::Exceptions::OutOfRangeException | The specified index is not within a set of valid column indices. |