QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmhestonhullwhiteop.hpp>
Public Member Functions | |
FdmHestonHullWhiteEquityPart (const ext::shared_ptr< FdmMesher > &mesher, ext::shared_ptr< HullWhite > hwModel, ext::shared_ptr< YieldTermStructure > qTS) | |
void | setTime (Time t1, Time t2) |
const TripleBandLinearOp & | getMap () const |
Protected Attributes | |
const Array | x_ |
Array | varianceValues_ |
Array | volatilityValues_ |
const FirstDerivativeOp | dxMap_ |
const TripleBandLinearOp | dxxMap_ |
TripleBandLinearOp | mapT_ |
const ext::shared_ptr< HullWhite > | hwModel_ |
const ext::shared_ptr< FdmMesher > | mesher_ |
const ext::shared_ptr< YieldTermStructure > | qTS_ |
Definition at line 41 of file fdmhestonhullwhiteop.hpp.
FdmHestonHullWhiteEquityPart | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
ext::shared_ptr< HullWhite > | hwModel, | ||
ext::shared_ptr< YieldTermStructure > | qTS | ||
) |
Definition at line 53 of file fdmhestonhullwhiteop.cpp.
const TripleBandLinearOp & getMap | ( | ) | const |
|
protected |
Definition at line 51 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 52 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 52 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 53 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 54 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 55 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 57 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 58 of file fdmhestonhullwhiteop.hpp.
|
protected |
Definition at line 59 of file fdmhestonhullwhiteop.hpp.