|
| gtsam::NonlinearFactor::shared_ptr | clone () const override |
| |
| bool | equals (const gtsam::NonlinearFactor &expected, double tol=1e-9) const override |
| |
| gtsam::Expression< gtsam::Point3 > | expression (const std::array< gtsam::Key, NARY_EXPRESSION_SIZE > &keys) const override |
| |
| void | print (const std::string &s, const gtsam::KeyFormatter &keyFormatter=gtsam::DefaultKeyFormatter) const override |
| |
| | TestNaryFactor ()=default |
| | default constructor More...
|
| |
| | TestNaryFactor (gtsam::Key kR1, gtsam::Key kV1, gtsam::Key kR2, gtsam::Key kV2, const gtsam::SharedNoiseModel &model, const gtsam::Point3 &measured) |
| |
| virtual Expression< gtsam::Point3 > | expression (const ArrayNKeys &keys) const |
| |
| gtsam::NonlinearFactor::shared_ptr | clone () const override |
| |
| bool | equals (const NonlinearFactor &f, double tol) const override |
| | equals relies on Testable traits being defined for T More...
|
| |
| | ExpressionFactor (const SharedNoiseModel &noiseModel, const gtsam::Point3 &measurement, const Expression< gtsam::Point3 > &expression) |
| |
| std::shared_ptr< GaussianFactor > | linearize (const Values &x) const override |
| |
| const gtsam::Point3 & | measured () const |
| |
| void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override |
| | print relies on Testable traits being defined for T More...
|
| |
| virtual Vector | unwhitenedError (const Values &x, OptionalMatrixVecType H=nullptr) const =0 |
| |
| Vector | unwhitenedError (const Values &x, OptionalMatrixVecType H=nullptr) const override |
| |
| Vector | unwhitenedError (const Values &x, std::vector< Matrix > &H) const |
| |
| | ~ExpressionFactor () override |
| | Destructor. More...
|
| |
Definition at line 633 of file testExpressionFactor.cpp.