Function nyx_space::polyfit::hermite::hermite

source ·
pub fn hermite<const DEGREE: usize>(
    xs: &[f64],
    ys: &[f64],
    derivs: &[f64]
) -> Result<Polynomial<DEGREE>, NyxError>