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

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

+ Collaboration diagram for FdmCIRRatesPart:

Public Member Functions

 FdmCIRRatesPart (const ext::shared_ptr< FdmMesher > &mesher, Real sigma, Real kappa, Real theta)
 
void setTime (Time t1, Time t2)
 
const TripleBandLinearOpgetMap () const
 

Protected Attributes

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

Detailed Description

Definition at line 61 of file fdmcirop.hpp.

Constructor & Destructor Documentation

◆ FdmCIRRatesPart()

FdmCIRRatesPart ( const ext::shared_ptr< FdmMesher > &  mesher,
Real  sigma,
Real  kappa,
Real  theta 
)

Definition at line 55 of file fdmcirop.cpp.

Member Function Documentation

◆ setTime()

void setTime ( Time  t1,
Time  t2 
)

Definition at line 66 of file fdmcirop.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 70 of file fdmcirop.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ dyMap_

const TripleBandLinearOp dyMap_
protected

Definition at line 71 of file fdmcirop.hpp.

◆ mapT_

TripleBandLinearOp mapT_
protected

Definition at line 72 of file fdmcirop.hpp.

◆ mesher_

const ext::shared_ptr<FdmMesher> mesher_
protected

Definition at line 73 of file fdmcirop.hpp.