chsvlib
chsv helper source code

◆ swap()

void swap ( matrix_column< MatrixType > &  other)

Swaps the contents of two matrix columns.

Parameters
otherAnother column to swap contents with. Sizes of both columns must be equal.
Exceptions
Chusov::Exceptions::InvalidParameterExceptionSizes of the two columns do not match.