QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Legendre-Tanh-Sinh (l,m,n)-eps Scheme. More...
#include <qdfpamericanengine.hpp>
Private Attributes | |
const Real | eps_ |
Legendre-Tanh-Sinh (l,m,n)-eps Scheme.
l | order of Gauss-Legendre integration within every fixed point iteration step |
m | fixed point iteration steps, first step is a partial Jacobi-Newton, the rest are naive Richardson fixed point iterations |
n | number of Chebyshev nodes to interpolate the exercise boundary |
eps | final conversion of the exercise boundary into option prices is carried out by a tanh-sinh integration with accuracy eps |
Definition at line 78 of file qdfpamericanengine.hpp.
QdFpLegendreTanhSinhScheme | ( | Size | l, |
Size | m, | ||
Size | n, | ||
Real | eps | ||
) |
Definition at line 103 of file qdfpamericanengine.cpp.
|
overridevirtual |
Reimplemented from QdFpLegendreScheme.
Definition at line 109 of file qdfpamericanengine.cpp.
|
private |
Definition at line 85 of file qdfpamericanengine.hpp.