CrankNicolson (3) Linux Manual Page
QuantLib::CrankNicolson – Crank-Nicolson scheme for finite difference methods. Synopsis #include <ql/methods/finitedifferences/cranknicolson.hpp> Inherits MixedScheme< Operator >. Public Types typedef OperatorTraits< Operator > traits typedef traits::operator_type operator_type typedef traits::array_type array_type typedef traits::bc_set bc_set typedef traits::condition_type condition_type Public Member Functions CrankNicolson (const operator_type &L, const bc_set &bcs) Detailed Description template<class Operator> class QuantLib::CrankNicolson< Operator > Crank-Nicolson scheme for…
