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