Retrieves a mutable reference to a matrix element at a specified position. No validity check for the indices is performed.
| iColumn | An index of the column the retrieved element belongs to. |
| iRow | An index of a row the element belongs to. |
iColumn and in a row iRow.Unlike the publicly available indexing operators of the matrix, existence of the elements addressed by iColumn and iRow is not validated.