linspace

Function linspace 

Source
pub fn linspace<Args, Inp>(param: Args) -> <Args as LinspaceAPI<Inp>>::Out
where Args: LinspaceAPI<Inp>,
Expand description

Evenly spaced numbers over a specified interval.

For boundary condition, current implementation is similar to numpy, where n = 0 will return an empty array, and n = 1 will return an array with starting value.

ยงSee also