GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Types | Public Member Functions | List of all members
gtsam::DummyPreconditioner Class Reference
Inheritance diagram for gtsam::DummyPreconditioner:
Inheritance graph
[legend]
Collaboration diagram for gtsam::DummyPreconditioner:
Collaboration graph
[legend]

Public Types

typedef Preconditioner Base
 
typedef std::shared_ptr< DummyPreconditionershared_ptr
 
typedef std::vector< size_t > Dimensions
 

Public Member Functions

void solve (const Vector &y, Vector &x) const override
 implement x = L^{-1} y
 
void transposeSolve (const Vector &y, Vector &x) const override
 implement x = L^{-T} y
 
void build (const GaussianFactorGraph &gfg, const KeyInfo &info, const std::map< Key, Vector > &lambda) override
 build/factorize the preconditioner
 

The documentation for this class was generated from the following file: