|
gtsam
3.2.1
gtsam
|
Inheritance diagram for gtsam::KeyInfo:Public Member Functions | |
| KeyInfo (const GaussianFactorGraph &fg) | |
| KeyInfo (const GaussianFactorGraph &fg, const Ordering &ordering) | |
| std::vector< size_t > | colSpec () const |
| VectorValues | x0 () const |
| Vector | x0vector () const |
| size_t | numCols () const |
| const Ordering & | ordering () const |
Public Types | |
|
typedef std::map< Key, KeyInfoEntry > | Base |
Protected Member Functions | |
| void | initialize (const GaussianFactorGraph &fg) |
Protected Attributes | |
| Ordering | ordering_ |
| size_t | numCols_ |