get

operator fun get(rowIndex: Int, columnIndex: Int): C
operator fun get(index: Pair<Int, Int>): C
operator fun get(index: MatrixIndex): C