buildMatrix

abstract override fun buildMatrix(rows: Int, columns: Int, initializer: A.(i: Int, j: Int) -> T): EjmlMatrix<T, M>

Sources

jvm source
Link copied to clipboard