produce

inline fun <R : Dimension, C : Dimension> produce(noinline initializer: A.(i: Int, j: Int) -> T): DMatrix<T, R, C>

Produce a matrix with this context and given dimensions

Sources

common source
Link copied to clipboard