Type Definition ceres_solver::cost::CostFunctionType

source ·
pub type CostFunctionType<'a> = Box<dyn Fn(&[&[f64]], &mut [f64], JacobianType<'_>) -> bool + 'a>;