QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmzabrop.hpp>
Public Member Functions | |
FdmZabrVolatilityPart (const ext::shared_ptr< FdmMesher > &mesher, Real beta, Real nu, Real rho, Real gamma) | |
void | setTime (Time t1, Time t2) |
const TripleBandLinearOp & | getMap () const |
Protected Attributes | |
const Array | volatilityValues_ |
const Array | forwardValues_ |
TripleBandLinearOp | mapT_ |
const ext::shared_ptr< FdmMesher > | mesher_ |
Definition at line 51 of file fdmzabrop.hpp.
FdmZabrVolatilityPart | ( | const ext::shared_ptr< FdmMesher > & | mesher, |
Real | beta, | ||
Real | nu, | ||
Real | rho, | ||
Real | gamma | ||
) |
Definition at line 42 of file fdmzabrop.cpp.
const TripleBandLinearOp & getMap | ( | ) | const |
|
protected |
Definition at line 60 of file fdmzabrop.hpp.
|
protected |
Definition at line 61 of file fdmzabrop.hpp.
|
protected |
Definition at line 62 of file fdmzabrop.hpp.
|
protected |
Definition at line 64 of file fdmzabrop.hpp.