|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <fdmcirop.hpp>
Collaboration diagram for FdmCIRRatesPart:Public Member Functions | |
| FdmCIRRatesPart (const ext::shared_ptr< FdmMesher > &mesher, Real sigma, Real kappa, Real theta) | |
| void | setTime (Time t1, Time t2) |
| const TripleBandLinearOp & | getMap () const |
Protected Attributes | |
| const TripleBandLinearOp | dyMap_ |
| TripleBandLinearOp | mapT_ |
| const ext::shared_ptr< FdmMesher > | mesher_ |
Definition at line 61 of file fdmcirop.hpp.
| FdmCIRRatesPart | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
| Real | sigma, | ||
| Real | kappa, | ||
| Real | theta | ||
| ) |
Definition at line 55 of file fdmcirop.cpp.
Definition at line 66 of file fdmcirop.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| const TripleBandLinearOp & getMap | ( | ) | const |
|
protected |
Definition at line 71 of file fdmcirop.hpp.
|
protected |
Definition at line 72 of file fdmcirop.hpp.
|
protected |
Definition at line 73 of file fdmcirop.hpp.