|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|


Public Types | |
| enum | |
| typedef Cal3Bundler | ManifoldType |
| typedef manifold_tag | structure_category |
| typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
Public Member Functions | |
| GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< Cal3Bundler >) | |
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Cal3Bundler >) | |
Static Public Member Functions | |
| static TangentVector | Local (const Cal3Bundler &origin, const Cal3Bundler &other) |
| static Cal3Bundler | Retract (const Cal3Bundler &origin, const TangentVector &v) |
| static int | GetDimension (const Cal3Bundler &) |
| static void | Print (const Cal3Bundler &m, const std::string &str="") |
| static bool | Equals (const Cal3Bundler &m1, const Cal3Bundler &m2, double tol=1e-8) |
1.8.13