api / koma.matrix.ejml / EJMLMatrixFactory / create

create

fun create(data:IntRange):EJMLMatrix

Overrides MatrixFactory.create

Creates a row-vector with initial values pulled from an int range, e.g. 1..45

fun create(data:DoubleArray):EJMLMatrix

Overrides MatrixFactory.create

Creates a row-vector with initial values pulled from a double array

fun create(data:Array<DoubleArray>):EJMLMatrix

Overrides MatrixFactory.create

Creates a matrix from an array of arrays (row-major)