Type Definition ceres_solver::types::JacobianType

source ·
pub type JacobianType<'a> = Option<&'a mut [Option<&'a mut [&'a mut [f64]]>]>;