api / koma.internal.default.generated.matrix / DefaultIntMatrixFactory / create

create

fun create(data:IntRange):Matrix<Int>

Overrides MatrixFactory.create

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

fun create(data:DoubleArray):Matrix<Int>

Overrides MatrixFactory.create

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

fun create(data:Array<DoubleArray>):Matrix<Int>

Overrides MatrixFactory.create

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