Files
ceres-solver/include/ceres
Julian Kent bf1aff2f0e Fix 3+ nested Jet constructor
In Jet types, there is an attempt to set the derivative to 0.
However, if the derivative is not directly a scalar but a Jet<Jet>,
this cannot be constructed directly from a 0 literal. This is solved
by using the default constructor for the scalar type instead of 0.

The typical use case for this is adding constraints to the second
derivative of a curve in an Autodiff cost function.

Change-Id: Id480096632a731f312be12e294b3d6e244211529
2020-03-07 12:23:16 +01:00
..
2020-02-18 10:50:10 +01:00
2020-01-07 17:25:54 +00:00
2020-03-07 12:23:16 +01:00