matrix

fun <T : Any, A : Ring<T>> LinearSpace<T, A>.matrix(rows: Int, columns: Int): MatrixBuilder<T, A>(source)

Create a matrix builder with given number of rows and columns