api / koma.internal.default.generated.matrix / DefaultIntMatrixFactory / arange
arange
fun arange(start:Double, stop:Double, increment:Double):Matrix<Int>
Overrides MatrixFactory.arange
fun arange(start:Int, stop:Int, increment:Int):Matrix<Int>
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<Int>
Overrides MatrixFactory.arange
fun arange(start:Int, stop:Int):Matrix<Int>
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.