chsvlib
chsv helper source code

◆ operator=() [1/2]

matrix_column& operator= ( const matrix_column< MatrixType > &  right)

Copy-assignment of elements of a matrix column.

Parameters
rightA column to copy-assign from.
Returns
*this.
Exceptions
Chusov::Exceptions::InvalidParameterExceptionDimensions of the columns do not match.