|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Class to enable arbitrary factors with runtime swappable error function. More...
#include <gtsam/nonlinear/NonlinearFactor.h>
Go to the source code of this file.
Classes | |
| class | gtsam::CustomFactor |
Namespaces | |
| gtsam | |
Typedefs | |
| using | gtsam::JacobianVector = std::vector< Matrix > |
| using | gtsam::CustomErrorFunction = std::function< Vector(const CustomFactor &, const Values &, const JacobianVector *)> |
Class to enable arbitrary factors with runtime swappable error function.
1.8.13