get

fun get(row: Int, col: Int): Float

Column-major standard layout access formula: (col * 4) + row