api / koma.internal.default.generated.matrix / DefaultFloatMatrixFactory / arange

arange

fun arange(start:Double, stop:Double, increment:Double):Matrix<Float>

Overrides MatrixFactory.arange

fun arange(start:Int, stop:Int, increment:Int):Matrix<Float>

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<Float>

Overrides MatrixFactory.arange

fun arange(start:Int, stop:Int):Matrix<Float>

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.