| void Chusov::Math::swap | ( | matrix_column< MatrixType > & | left, |
| matrix_column< MatrixType > & | right | ||
| ) |
Swaps contents of two matrix columns.
| MatrixType | A type of host matrices of both columns. |
| left | A column to swap its contents with right. |
| right | A column to swap its contents with left. |
| Chusov::Exceptions::InvalidParameterException | Sizes of the two columns are not equal. |