|
| 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
|
|
|
typedef Preconditioner | Base |
|
typedef boost::shared_ptr< DummyPreconditioner > | shared_ptr |
|
typedef boost::shared_ptr< Preconditioner > | shared_ptr |
|
typedef std::vector< size_t > | Dimensions |
◆ build()
◆ solve()
| void gtsam::DummyPreconditioner::solve |
( |
const Vector & | y, |
|
|
Vector & | x ) const |
|
inlineoverridevirtual |
◆ transposeSolve()
| void gtsam::DummyPreconditioner::transposeSolve |
( |
const Vector & | y, |
|
|
Vector & | x ) const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: