pub fn linspace(start: f32, end: f32, num_points: usize) -> Vec<f32>
Create a linearly spaced vector.