QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
FdmZabrUnderlyingPart Class Reference

#include <ql/experimental/finitedifferences/fdmzabrop.hpp>

+ Collaboration diagram for FdmZabrUnderlyingPart:

Public Member Functions

 FdmZabrUnderlyingPart (const ext::shared_ptr< FdmMesher > &mesher, Real beta, Real nu, Real rho, Real gamma)
 
void setTime (Time t1, Time t2)
 
const TripleBandLinearOpgetMap () const
 

Protected Attributes

const Array volatilityValues_
 
const Array forwardValues_
 
TripleBandLinearOp mapT_
 
const ext::shared_ptr< FdmMeshermesher_
 

Detailed Description

Definition at line 35 of file fdmzabrop.hpp.

Constructor & Destructor Documentation

◆ FdmZabrUnderlyingPart()

FdmZabrUnderlyingPart ( const ext::shared_ptr< FdmMesher > &  mesher,
Real  beta,
Real  nu,
Real  rho,
Real  gamma 
)

Definition at line 26 of file fdmzabrop.cpp.

Member Function Documentation

◆ setTime()

void setTime ( Time  t1,
Time  t2 
)

Definition at line 36 of file fdmzabrop.cpp.

+ Here is the caller graph for this function:

◆ getMap()

const TripleBandLinearOp & getMap ( ) const

Definition at line 38 of file fdmzabrop.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ volatilityValues_

const Array volatilityValues_
protected

Definition at line 44 of file fdmzabrop.hpp.

◆ forwardValues_

const Array forwardValues_
protected

Definition at line 45 of file fdmzabrop.hpp.

◆ mapT_

TripleBandLinearOp mapT_
protected

Definition at line 46 of file fdmzabrop.hpp.

◆ mesher_

const ext::shared_ptr<FdmMesher> mesher_
protected

Definition at line 48 of file fdmzabrop.hpp.