get

operator fun get(i: Int, j: Int): Double(source)

Gets the value at the specified position in the matrix.

Return

The value at position (i, j).

Parameters

i

The row index.

j

The column index.