chsvlib
chsv helper source code

◆ RemoveColumns() [1/6]

derived_type RemoveColumns ( const_iterator  itBegin) const

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

Parameters
itBeginAn iterator associated with the first column of the set of rightmost columns of the current matrix to be removed.
Returns
A new matrix which is a copy of the current matrix without the specified columns.

The method is a wrap over the RemoveColumns(const_iterator itBegin, const_iterator itEnd) method.

Exceptions
Chusov::Exceptions::OutOfRangeExceptionThe specified iterator is invalid.