Skip to main content

linspace

Function linspace 

Source
pub fn linspace(
    start: f64,
    end: f64,
    points: usize,
) -> Result<Vec<f64>, SearchSpaceError>