|
| void | solve (const Vector &y, Vector &x) const override |
| | implement x = L^{-1} y More...
|
| |
| void | transposeSolve (const Vector &y, Vector &x) const override |
| | implement x = L^{-T} y More...
|
| |
| void | build (const GaussianFactorGraph &gfg, const KeyInfo &info, const std::map< Key, Vector > &lambda) override |
| | build/factorize the preconditioner More...
|
| |
| virtual void | solve (const Vector &y, Vector &x) const =0 |
| | implement x = L^{-1} y More...
|
| |
| virtual void | transposeSolve (const Vector &y, Vector &x) const =0 |
| | implement x = L^{-T} y More...
|
| |
| virtual void | build (const GaussianFactorGraph &gfg, const KeyInfo &info, const std::map< Key, Vector > &lambda)=0 |
| | build/factorize the preconditioner More...
|
| |
◆ 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: