buildMatrix

open override fun buildMatrix(rows: Int, columns: Int, initializer: A.(i: Int, j: Int) -> T): Matrix<T>(source)

Produces a matrix with this context and given dimensions.