|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <fdmsabrop.hpp>
Inheritance diagram for FdmSabrOp:
Collaboration diagram for FdmSabrOp:Public Member Functions | |
| FdmSabrOp (const ext::shared_ptr< FdmMesher > &mesher, ext::shared_ptr< YieldTermStructure > rTS, Real f0, Real alpha, Real beta, Real nu, Real rho) | |
| Size | size () const override |
| void | setTime (Time t1, Time t2) override |
| Time \(t1 <= t2\) is required. More... | |
| Array | apply (const Array &r) const override |
| Array | apply_mixed (const Array &r) const override |
| Array | apply_direction (Size direction, const Array &r) const override |
| Array | solve_splitting (Size direction, const Array &r, Real s) const override |
| Array | preconditioner (const Array &r, Real s) const override |
| std::vector< SparseMatrix > | toMatrixDecomp () const override |
Public Member Functions inherited from FdmLinearOpComposite | |
| virtual Size | size () const =0 |
| virtual void | setTime (Time t1, Time t2)=0 |
| Time \(t1 <= t2\) is required. More... | |
| virtual Array | apply_mixed (const Array &r) const =0 |
| virtual Array | apply_direction (Size direction, const Array &r) const =0 |
| virtual Array | solve_splitting (Size direction, const Array &r, Real s) const =0 |
| virtual Array | preconditioner (const Array &r, Real s) const =0 |
| virtual std::vector< SparseMatrix > | toMatrixDecomp () const |
| SparseMatrix | toMatrix () const override |
Public Member Functions inherited from FdmLinearOp | |
| virtual | ~FdmLinearOp ()=default |
| virtual array_type | apply (const array_type &r) const =0 |
| virtual SparseMatrix | toMatrix () const =0 |
Private Attributes | |
| const ext::shared_ptr< YieldTermStructure > | rTS_ |
| const TripleBandLinearOp | dffMap_ |
| const TripleBandLinearOp | dxMap_ |
| const TripleBandLinearOp | dxxMap_ |
| const NinePointLinearOp | correlationMap_ |
| TripleBandLinearOp | mapF_ |
| TripleBandLinearOp | mapA_ |
Additional Inherited Members | |
Public Types inherited from FdmLinearOp | |
| typedef Array | array_type |
Definition at line 45 of file fdmsabrop.hpp.
| FdmSabrOp | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
| ext::shared_ptr< YieldTermStructure > | rTS, | ||
| Real | f0, | ||
| Real | alpha, | ||
| Real | beta, | ||
| Real | nu, | ||
| Real | rho | ||
| ) |
Definition at line 34 of file fdmsabrop.cpp.
|
overridevirtual |
Implements FdmLinearOpComposite.
Definition at line 58 of file fdmsabrop.cpp.
Time \(t1 <= t2\) is required.
Implements FdmLinearOpComposite.
Definition at line 51 of file fdmsabrop.cpp.
Here is the call graph for this function:Implements FdmLinearOp.
Definition at line 62 of file fdmsabrop.cpp.
Here is the call graph for this function:Implements FdmLinearOpComposite.
Definition at line 66 of file fdmsabrop.cpp.
Here is the call graph for this function:Implements FdmLinearOpComposite.
Definition at line 70 of file fdmsabrop.cpp.
Here is the call graph for this function:Implements FdmLinearOpComposite.
Definition at line 80 of file fdmsabrop.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Implements FdmLinearOpComposite.
Definition at line 93 of file fdmsabrop.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from FdmLinearOpComposite.
Definition at line 99 of file fdmsabrop.cpp.
Here is the call graph for this function:
|
private |
Definition at line 67 of file fdmsabrop.hpp.
|
private |
Definition at line 69 of file fdmsabrop.hpp.
|
private |
Definition at line 70 of file fdmsabrop.hpp.
|
private |
Definition at line 70 of file fdmsabrop.hpp.
|
private |
Definition at line 71 of file fdmsabrop.hpp.
|
private |
Definition at line 73 of file fdmsabrop.hpp.
|
private |
Definition at line 73 of file fdmsabrop.hpp.