|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Generic finite difference model. More...
#include <ql/methods/finitedifferences/finitedifferencemodel.hpp>
Public Member Functions | |
| FiniteDifferenceModel (const operator_type &L, const bc_set &bcs, std::vector< Time > stoppingTimes=std::vector< Time >()) | |
| FiniteDifferenceModel (Evolver evolver, std::vector< Time > stoppingTimes=std::vector< Time >()) | |
| const Evolver & | evolver () const |
| void | rollback (array_type &a, Time from, Time to, Size steps) |
| void | rollback (array_type &a, Time from, Time to, Size steps, const condition_type &condition) |
Generic finite difference model.
solves the problem between the given times.