api / koma.matrix.jblas / JBlasMatrixFactory / create

create

fun create(data:IntRange):JBlasMatrix

Overrides MatrixFactory.create

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

fun create(data:DoubleArray):JBlasMatrix

Overrides MatrixFactory.create

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

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

Overrides MatrixFactory.create

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