get

operator fun get(column: Int): Float2(source)
operator fun get(column: Int, row: Int): Float(source)
operator fun get(column: MatrixColumn): Float2(source)
operator fun get(column: MatrixColumn, row: Int): Float(source)