buildMatrix

open override fun buildMatrix(rows: Int, columns: Int, initializer: DoubleField.(i: Int, j: Int) -> Double): Matrix<Double>

Produces a matrix with this context and given dimensions.

Sources

Link copied to clipboard