tiny_solver::factors

Trait Factor

Source
pub trait Factor<T: RealField>: Send + Sync {
    // Required method
    fn residual_func(&self, params: &[DVector<T>]) -> DVector<T>;
}

Required Methods§

Source

fn residual_func(&self, params: &[DVector<T>]) -> DVector<T>

Implementors§