| derived_type& AugmentMe | ( | const unspecified_column_type & | refRight | ) |
Adds a specified matrix column to the right side of the current matrix.
| rmatrix_t | A type of a matrix which the column appertains to. |
| refRight | is a reference to the column obtained from invoking the at method or the bracket operator. |
*this. | Chusov::Exceptions::InvalidParameterException | A number of rows in the column mismatches a number of rows in the non-empty matrix. |