Retrieves a mutable pointer to contiguous elements of the specified matrix column. Neither presence of the column nor validity of the column index are validated.
iColumn | An index of the column to be retrieved. |
Unlike the publicly available indexing operators, here no verification of the index is performed to gain performance. Hence, usage of the method can be unsafe.