Fix Jacobian evaluation for constant parameter This CL fixes a regression bug in numeric differentiation where the differentiation is called even if the parameter block is hold constant. This resulted into a write to a nullptr. A unit test is added for Jacobian evaluation of constant parameters. Change-Id: Ia0f7c6cc7ef18f0f2cd6d758a839729b8ff606a0
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.