gtsam
4.0.0
gtsam
|
Adaptor for Ceres style auto-differentiated functions. More...
Go to the source code of this file.
Classes | |
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. More... | |
Namespaces | |
gtsam | |
Global functions in a separate testing namespace. | |
Adaptor for Ceres style auto-differentiated functions.