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
FdmHestonVariancePart Class Reference

#include <ql/methods/finitedifferences/operators/fdmhestonop.hpp>

+ Collaboration diagram for FdmHestonVariancePart:

Public Member Functions

 FdmHestonVariancePart (const ext::shared_ptr< FdmMesher > &mesher, ext::shared_ptr< YieldTermStructure > rTS, Real mixedSigma, Real kappa, Real theta)
 
void setTime (Time t1, Time t2)
 
const TripleBandLinearOpgetMap () const
 

Protected Attributes

const TripleBandLinearOp dyMap_
 
TripleBandLinearOp mapT_
 
const ext::shared_ptr< YieldTermStructurerTS_
 

Detailed Description

Definition at line 67 of file fdmhestonop.hpp.

Constructor & Destructor Documentation

◆ FdmHestonVariancePart()

FdmHestonVariancePart ( const ext::shared_ptr< FdmMesher > &  mesher,
ext::shared_ptr< YieldTermStructure rTS,
Real  mixedSigma,
Real  kappa,
Real  theta 
)

Definition at line 103 of file fdmhestonop.cpp.

Member Function Documentation

◆ setTime()

void setTime ( Time  t1,
Time  t2 
)

Definition at line 113 of file fdmhestonop.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getMap()

const TripleBandLinearOp & getMap ( ) const

Definition at line 118 of file fdmhestonop.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ dyMap_

const TripleBandLinearOp dyMap_
protected

Definition at line 79 of file fdmhestonop.hpp.

◆ mapT_

TripleBandLinearOp mapT_
protected

Definition at line 80 of file fdmhestonop.hpp.

◆ rTS_

const ext::shared_ptr<YieldTermStructure> rTS_
protected

Definition at line 82 of file fdmhestonop.hpp.