|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Inheritance diagram for GFunctionFactory::GFunctionStandard:
Collaboration diagram for GFunctionFactory::GFunctionStandard:Public Member Functions | |
| GFunctionStandard (Size q, Real delta, Size swapLength) | |
| Real | operator() (Real x) override |
| Real | firstDerivative (Real x) override |
| Real | secondDerivative (Real x) override |
Public Member Functions inherited from GFunction | |
| virtual | ~GFunction ()=default |
| virtual Real | operator() (Real x)=0 |
| virtual Real | firstDerivative (Real x)=0 |
| virtual Real | secondDerivative (Real x)=0 |
Protected Attributes | |
| const int | q_ |
| Real | delta_ |
| Size | swapLength_ |
Definition at line 92 of file conundrumpricer.hpp.
| GFunctionStandard | ( | Size | q, |
| Real | delta, | ||
| Size | swapLength | ||
| ) |
Definition at line 94 of file conundrumpricer.hpp.
Implements GFunction.
Definition at line 588 of file conundrumpricer.cpp.
Implements GFunction.
Definition at line 594 of file conundrumpricer.cpp.
Implements GFunction.
Definition at line 608 of file conundrumpricer.cpp.
|
protected |
Definition at line 104 of file conundrumpricer.hpp.
|
protected |
Definition at line 107 of file conundrumpricer.hpp.
|
protected |
Definition at line 109 of file conundrumpricer.hpp.