unspecified_const_column_type at | ( | size_type | iColumn | ) | const |
Returns a read-only matrix column reference by the specified column index. .
iColumn | is an index of a column to be retrieved. The valid range of values for the index starts from zero and ends with Columns() - 1. |
The returned column object refers to actual elements within the matrix. The column can be viewed as an immutable SequenceContainer.
Chusov::Exceptions::OutOfRangeException | The specified column index is out of the valid range of dereferenceable indices. |