void swap | ( | matrix_column< MatrixType > & | other | ) |
Swaps the contents of two matrix columns.
other | Another column to swap contents with. Sizes of both columns must be equal. |
Chusov::Exceptions::InvalidParameterException | Sizes of the two columns do not match. |