pub trait RealDfEval {
// Required method
fn eval_df(&self, x: f64) -> f64;
}Expand description
Trait evaluating the derivative df(x) with df: R1 ⟶ R1.
pub trait RealDfEval {
// Required method
fn eval_df(&self, x: f64) -> f64;
}Trait evaluating the derivative df(x) with df: R1 ⟶ R1.