api / koma.matrix.cblas / CBlasMatrixFactory / create

create

fun create(data:IntRange):CBlasMatrix

Overrides MatrixFactory.create

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

fun create(data:DoubleArray):CBlasMatrix

Overrides MatrixFactory.create

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

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

Overrides MatrixFactory.create

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