set

fun set(other: Mat3): Mat3
fun set(floats: List<Float>)
operator fun set(i: Int, value: Float)
operator fun set(row: Int, col: Int, value: Float)