gtsam 4.1.1
gtsam
|
Class to enable arbitrary factors with runtime swappable error function. More...
Go to the source code of this file.
Classes | |
class | gtsam::CustomFactor |
Namespaces | |
namespace | gtsam |
Global functions in a separate testing namespace. | |
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.