peroxide::numerical::interp

Function chebyshev_nodes

Source
pub fn chebyshev_nodes<T>(num: usize, start: T, end: T) -> Vec<f64>
where T: Into<f64> + Copy,