|
using | X = typename OriginalPreconditioner::domain_type |
|
using | Y = typename OriginalPreconditioner::range_type |
|
|
template<class... Args> |
| DummyUpdatePreconditioner (Args &&... args) |
|
virtual void | pre (X &x, Y &b) override |
|
virtual void | apply (X &v, const Y &d) override |
|
virtual void | post (X &x) override |
|
virtual SolverCategory::Category | category () const override |
|
virtual void | update () override |
|
◆ update()
template<class OriginalPreconditioner >
The documentation for this class was generated from the following file: