Function rv::misc::linspace

source ·
pub fn linspace(start: f64, stop: f64, num: i32) -> Vec<f64>
Expand description

Generate a linearlly spaced set of points between start and stop