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