Interface for LGM1F backward solver. More...
#include <qle/models/lgmbackwardsolver.hpp>
Public Member Functions | |
virtual | ~LgmBackwardSolver () |
virtual Size | gridSize () const =0 |
virtual RandomVariable | stateGrid (const Real t) const =0 |
virtual RandomVariable | rollback (const RandomVariable &v, const Real t1, const Real t0, Size steps=Null< Size >()) const =0 |
virtual const QuantLib::ext::shared_ptr< LinearGaussMarkovModel > & | model () const =0 |
Interface for LGM1F backward solver.
Definition at line 33 of file lgmbackwardsolver.hpp.
|
virtual |
Definition at line 35 of file lgmbackwardsolver.hpp.
|
pure virtual |
Implemented in LgmConvolutionSolver2, and LgmFdSolver.
|
pure virtual |
Implemented in LgmConvolutionSolver2, and LgmFdSolver.
|
pure virtual |
Implemented in LgmConvolutionSolver2, and LgmFdSolver.
|
pure virtual |
Implemented in LgmConvolutionSolver2, and LgmFdSolver.