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 | |
traits | |
Typedefs | |
using | gtsam::CustomErrorFunction = std::function< Vector(const CustomFactor &, const Values &, const JacobianVector *)> |
using | gtsam::JacobianVector = std::vector< Matrix > |
Class to enable arbitrary factors with runtime swappable error function.
Definition in file CustomFactor.h.