gtsam
4.0.0
gtsam
|
The AdaptAutoDiff class uses ceres-style autodiff to adapt a ceres-style Function evaluation, i.e., a function FUNCTOR that defines an operator template<typename T> bool operator()(const T* const, const T* const, T* predicted) const; For now only binary operators are supported.
Public Member Functions | |
VectorT | operator() (const Vector1 &v1, const Vector2 &v2, OptionalJacobian< M, N1 > H1=boost::none, OptionalJacobian< M, N2 > H2=boost::none) |