#include <DummyFactor.h>
|
| NonlinearFactor::shared_ptr | clone () const override |
| |
| size_t | dim () const override |
| |
| const std::vector< size_t > & | dims () const |
| |
| | DummyFactor () |
| |
| | DummyFactor () |
| |
| | DummyFactor (const Key &key1, size_t dim1, const Key &key2, size_t dim2) |
| |
| | DummyFactor (const std::vector< KeyMatrix2D > &Fblocks, const Matrix &E, const Matrix3 &P, const Vector &b) |
| |
| bool | equals (const NonlinearFactor &f, double tol=1e-9) const override |
| |
| double | error (const Values &c) const override |
| |
| std::shared_ptr< GaussianFactor > | linearize (const Values &c) const override |
| |
| void | multiplyHessian (double alpha, const VectorValues &x, VectorValues &y) const |
| | Dummy version to measure overhead of key access. More...
|
| |
| void | print (const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override |
| |
| virtual | ~DummyFactor () |
| |
| | ~DummyFactor () override |
| |
| | NonlinearFactor () |
| |
| template<typename CONTAINER > |
| | NonlinearFactor (const CONTAINER &keys) |
| |
| double | error (const HybridValues &c) const override |
| |
| virtual bool | active (const Values &c) const |
| |
| virtual shared_ptr | rekey (const std::map< Key, Key > &rekey_mapping) const |
| |
| virtual shared_ptr | rekey (const KeyVector &new_keys) const |
| |
| virtual bool | sendable () const |
| |
| virtual | ~Factor ()=default |
| | Default destructor. More...
|
| |
| bool | empty () const |
| | Whether the factor is empty (involves zero variables). More...
|
| |
| Key | front () const |
| | First key. More...
|
| |
| Key | back () const |
| | Last key. More...
|
| |
| const_iterator | find (Key key) const |
| | find More...
|
| |
| const KeyVector & | keys () const |
| | Access the factor's involved variable keys. More...
|
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| size_t | size () const |
| |
| virtual void | printKeys (const std::string &s="Factor", const KeyFormatter &formatter=DefaultKeyFormatter) const |
| | print only keys More...
|
| |
| bool | equals (const This &other, double tol=1e-9) const |
| | check equality More...
|
| |
| KeyVector & | keys () |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
template<typename CAMERA>
class gtsam::DummyFactor< CAMERA >
DummyFactor
Definition at line 17 of file gtsam_unstable/slam/DummyFactor.h.
◆ KeyMatrix2D
template<typename CAMERA >
◆ Matrix2D
template<typename CAMERA >
◆ DummyFactor() [1/4]
template<typename CAMERA >
◆ DummyFactor() [2/4]
template<typename CAMERA >
◆ ~DummyFactor() [1/2]
template<typename CAMERA >
◆ DummyFactor() [3/4]
template<typename CAMERA >
◆ DummyFactor() [4/4]
template<typename CAMERA >
◆ ~DummyFactor() [2/2]
template<typename CAMERA >
◆ clone()
template<typename CAMERA >
◆ dim()
template<typename CAMERA >
◆ dims()
template<typename CAMERA >
◆ equals()
template<typename CAMERA >
◆ error()
template<typename CAMERA >
◆ linearize()
template<typename CAMERA >
◆ multiplyHessian()
template<typename CAMERA >
◆ print()
template<typename CAMERA >
◆ dims_
template<typename CAMERA >
◆ rowDim_
template<typename CAMERA >
The documentation for this class was generated from the following files: