Functions§
- linspace
- Retruns a vec of length ‘n_steps’ evenly spaced between start and end. If ‘include_end’ = true, then the final value will equal end. If ‘include_end’ = false, then the number of steps will remain the same, but the final value will be one increment short of end. This is useful behaviour if a periodic linspace is desired.