matrix_column& operator= | ( | const matrix_column< MatrixType > & | right | ) |
Copy-assignment of elements of a matrix column.
right | A column to copy-assign from. |
*this
. Chusov::Exceptions::InvalidParameterException | Dimensions of the columns do not match. |