flatMatrix

fun <T> flatMatrix(block: RowBuilder<T>.() -> Unit): Matrix<T>(source)
fun <T> flatMatrix(vararg elements: T): Matrix<T>(source)