QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Iteration scheme for fixed-point QD American engine. More...
#include <qdfpamericanengine.hpp>
Public Member Functions | |
virtual Size | getNumberOfChebyshevInterpolationNodes () const =0 |
virtual Size | getNumberOfNaiveFixedPointSteps () const =0 |
virtual Size | getNumberOfJacobiNewtonFixedPointSteps () const =0 |
virtual ext::shared_ptr< Integrator > | getFixedPointIntegrator () const =0 |
virtual ext::shared_ptr< Integrator > | getExerciseBoundaryToPriceIntegrator () const =0 |
virtual | ~QdFpIterationScheme ()=default |
Iteration scheme for fixed-point QD American engine.
Definition at line 33 of file qdfpamericanengine.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in QdFpLegendreScheme, and QdFpTanhSinhIterationScheme.
|
pure virtual |
Implemented in QdFpLegendreScheme, and QdFpTanhSinhIterationScheme.
|
pure virtual |
Implemented in QdFpLegendreScheme, and QdFpTanhSinhIterationScheme.
|
pure virtual |
Implemented in QdFpLegendreScheme, and QdFpTanhSinhIterationScheme.
|
pure virtual |
Implemented in QdFpLegendreScheme, QdFpLegendreTanhSinhScheme, and QdFpTanhSinhIterationScheme.