pub fn linspace(start: f64, stop: f64, num: usize) -> Vector
Generates evenly spaced values within a given interval, with a set number of points. Both the start and stop points are included.