from

fun <R : Nat, C : Nat> from(rows: R, cols: C, data: Array<DoubleArray>): Matrix<R, C>(source)

Creates a matrix from a 2D array with specified dimensions.