|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <fdmcirop.hpp>
Collaboration diagram for FdmCIREquityPart:Public Member Functions | |
| FdmCIREquityPart (const ext::shared_ptr< FdmMesher > &mesher, const ext::shared_ptr< GeneralizedBlackScholesProcess > &bsProcess, Real strike) | |
| void | setTime (Time t1, Time t2) |
| const TripleBandLinearOp & | getMap () const |
Protected Attributes | |
| const FirstDerivativeOp | dxMap_ |
| const TripleBandLinearOp | dxxMap_ |
| TripleBandLinearOp | mapT_ |
| const ext::shared_ptr< FdmMesher > | mesher_ |
| const ext::shared_ptr< YieldTermStructure > | qTS_ |
| const Real | strike_ |
| const ext::shared_ptr< BlackVolTermStructure > | sigma1_ |
Definition at line 40 of file fdmcirop.hpp.
| FdmCIREquityPart | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
| const ext::shared_ptr< GeneralizedBlackScholesProcess > & | bsProcess, | ||
| Real | strike | ||
| ) |
Definition at line 29 of file fdmcirop.cpp.
Definition at line 42 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 51 of file fdmcirop.hpp.
|
protected |
Definition at line 52 of file fdmcirop.hpp.
|
protected |
Definition at line 53 of file fdmcirop.hpp.
|
protected |
Definition at line 55 of file fdmcirop.hpp.
|
protected |
Definition at line 56 of file fdmcirop.hpp.
|
protected |
Definition at line 57 of file fdmcirop.hpp.
|
protected |
Definition at line 58 of file fdmcirop.hpp.