linspace

Function linspace 

Source
pub fn linspace(start: f64, stop: f64, num: usize) -> Vector
Expand description

Generates evenly spaced values within a given interval, with a set number of points. Both the start and stop points are included.