Function peroxide::numerical::spline::cubic_hermite_spline
source ยท pub fn cubic_hermite_spline(
node_x: &[f64],
node_y: &[f64],
slope_method: SlopeMethod,
) -> Result<CubicHermiteSpline>
pub fn cubic_hermite_spline(
node_x: &[f64],
node_y: &[f64],
slope_method: SlopeMethod,
) -> Result<CubicHermiteSpline>