Adds columns of a specified matrix to the right side of the current matrix.
- Template Parameters
-
rvalue_t | A type of elements of the matrix to be augmented. The type must be implicitly convertible to value_type. |
ralloc_t | A type of an allocator used by the matrix to be augmented. |
rderived_t | A derived type of the parameter matrix. |
rpolicy_t | A policy used by the parameter matrix. |
- Parameters
-
refRight | is a reference to the matrix to be augmented. |
- Returns
- A reference to
*this
.
- Exceptions
-
- See also
- make_augmentation_matrix