Derivative

Trait Derivative 

Source
pub trait Derivative<N: ComplexField + Copy, D: Dim, T: Clone>: FnMut(N::RealField, &[N], &mut T) -> Result<BVector<N, D>, UserError>{ }
Expand description

A function that can be used as a derivative for the solver

Implementors§

Source§

impl<N, D: Dim, T, F> Derivative<N, D, T> for F