arange#
- named_arrays.arange(start, stop, axis, step=1)#
Redefined version of
numpy.arange()with an axis parameter.- Parameters:
start (float | complex | Quantity | AbstractArray) – starting value of the sequence
stop (float | complex | Quantity | AbstractArray) – ending value of the sequence
axis (str | AbstractArray) – name of the new sequence axis
step (int | AbstractArray) – step size between consecutive elements of the sequence
- Return type:
See also
numpy.arange()Equivalent numpy function
named_arrays.ScalarArrayRangeImplicit array version of this function for scalars