chsvlib
chsv helper source code

◆ RemoveColumnsMe() [6/6]

derived_type& RemoveColumnsMe ( size_type  iColumnBegin = 0)

Removes trailing columns of a matrix starting from a specified column.

Parameters
iColumnBeginAn inclusive index of a column of a range of rightmost columns of the matrix to be removed.
Returns
A reference to the current matrix.

The method is a wrap over the RemoveColumnsMe(size_type iColumnBegin, size_type iColumnEnd) method.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified index is not within a set of valid column indices.