api / koma.internal.default.generated.matrix / DefaultDoubleMatrixFactory / arange
arange
fun arange(start:
Double
, stop:
Double
, increment:
Double
):
Matrix
<
Double
>
Overrides MatrixFactory.arange
fun arange(start:
Int
, stop:
Int
, increment:
Int
):
Matrix
<
Double
>
Overrides MatrixFactory.arange
Creates a row-vector with the first value of start and the last value of stop, with increment steps between each value.
fun arange(start:
Double
, stop:
Double
):
Matrix
<
Double
>
Overrides MatrixFactory.arange
fun arange(start:
Int
, stop:
Int
):
Matrix
<
Double
>
Overrides MatrixFactory.arange
Creates a row-vector with the first value of start and the last value of stop, with unit steps between each value.