Adds a specified range of matrix columns to the right side of the current matrix.
- Template Parameters
-
InputIterator | Is a type of iterators itBegin and itEnd which specify the range of columns. It can be a reverse iterator type which causes corresponding columns to be added to the matrix in reverse order. |
- Parameters
-
itBegin | is at least an input iterator specifying the first column to be added to the matrix. |
itEnd | is at least an input iterator which specifies the first (pseudo) column to the right of the range of columns to be added to the matrix. |
- Returns
- A reference to
*this
.
- Exceptions
-
- See also
- make_augmentation_matrix