gtsam  4.0.0
gtsam
gtsam::AdaptAutoDiff< FUNCTOR, M, N1, N2 > Class Template Reference

Detailed Description

template<typename FUNCTOR, int M, int N1, int N2>
class gtsam::AdaptAutoDiff< FUNCTOR, M, N1, N2 >

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)
 

The documentation for this class was generated from the following file: