QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmlinearop.hpp>
Public Types | |
typedef Array | array_type |
Public Member Functions | |
virtual | ~FdmLinearOp ()=default |
virtual array_type | apply (const array_type &r) const =0 |
virtual SparseMatrix | toMatrix () const =0 |
Definition at line 34 of file fdmlinearop.hpp.
typedef Array array_type |
Definition at line 36 of file fdmlinearop.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in FdmDupire1dOp, FdmExtendedOrnsteinUhlenbeckOp, FdmExtOUJumpOp, FdmKlugeExtOUOp, FdmZabrOp, FdmBatesOp, FdmBlackScholesFwdOp, FdmBlackScholesOp, FdmCEVOp, FdmCIROp, FdmG2Op, FdmHestonFwdOp, FdmHestonHullWhiteOp, FdmHestonOp, FdmHullWhiteOp, FdmLocalVolFwdOp, FdmOrnsteinUhlenbeckOp, FdmSabrOp, FdmSquareRootFwdOp, NinePointLinearOp, TripleBandLinearOp, Fdm2dBlackScholesOp, and NthOrderDerivativeOp.
|
pure virtual |
Implemented in FdmLinearOpComposite, NinePointLinearOp, NthOrderDerivativeOp, and TripleBandLinearOp.