|
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::OptionalJacobianVector = std::optional<std::reference_wrapper<JacobianVector>> |
| Jacobians handed to the Python callback, absent when only the error is wanted. | |
| using | gtsam::CustomErrorFunction = std::function<Vector(const CustomFactor &, const Values &, OptionalJacobianVector)> |
Class to enable arbitrary factors with runtime swappable error function.