gtsam 4.2
gtsam
Loading...
Searching...
No Matches
gtsam::DummyPreconditioner Class Reference
Inheritance diagram for gtsam::DummyPreconditioner:

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

Public Types

typedef Preconditioner Base
typedef boost::shared_ptr< DummyPreconditioner > shared_ptr
Public Types inherited from gtsam::Preconditioner
typedef boost::shared_ptr< Preconditioner > shared_ptr
typedef std::vector< size_t > Dimensions

Member Function Documentation

◆ build()

void gtsam::DummyPreconditioner::build ( const GaussianFactorGraph & gfg,
const KeyInfo & info,
const std::map< Key, Vector > & lambda )
inlineoverridevirtual

build/factorize the preconditioner

Implements gtsam::Preconditioner.

◆ solve()

void gtsam::DummyPreconditioner::solve ( const Vector & y,
Vector & x ) const
inlineoverridevirtual

implement x = L^{-1} y

Implements gtsam::Preconditioner.

◆ transposeSolve()

void gtsam::DummyPreconditioner::transposeSolve ( const Vector & y,
Vector & x ) const
inlineoverridevirtual

implement x = L^{-T} y

Implements gtsam::Preconditioner.


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