api / koma.internal.default.generated.matrix / DefaultDoubleMatrixFactory / create
create
fun create(data:IntRange):Matrix<Double>
Overrides MatrixFactory.create
Creates a row-vector with initial values pulled from an int range, e.g. 1..45
fun create(data:DoubleArray):Matrix<Double>
Overrides MatrixFactory.create
Creates a row-vector with initial values pulled from a double array
fun create(data:Array<DoubleArray>):Matrix<Double>
Overrides MatrixFactory.create
Creates a matrix from an array of arrays (row-major)