api / koma.matrix.common / DoubleFactoryBase / arange
arange
open fun arange(start:
Double
, stop:
Double
, increment:
Double
):
T
Overrides MatrixFactory.arange
open fun arange(start:
Int
, stop:
Int
, increment:
Int
):
T
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.
open fun arange(start:
Double
, stop:
Double
):
T
Overrides MatrixFactory.arange
open fun arange(start:
Int
, stop:
Int
):
T
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.