Go to the source code of this file.
|
| namespace | gtsam |
| | Global functions in a separate testing namespace.
|
| |
|
| template<typename T , typename R , typename FUNC > |
| FunctorizedFactor< R, T > | gtsam::MakeFunctorizedFactor (Key key, const R &z, const SharedNoiseModel &model, const FUNC func) |
| | Helper function to create a functorized factor. More...
|
| |
| template<typename T1 , typename T2 , typename R , typename FUNC > |
| FunctorizedFactor2< R, T1, T2 > | gtsam::MakeFunctorizedFactor2 (Key key1, Key key2, const R &z, const SharedNoiseModel &model, const FUNC func) |
| | Helper function to create a functorized factor. More...
|
| |
- Date
- May 31, 2020
- Author
- Varun Agrawal