L_ (3) Linux Manual Page
QuantLib::MixedScheme – Mixed (explicit/implicit) scheme for finite difference methods. Synopsis#include <ql/methods/finitedifferences/mixedscheme.hpp> Public Typestypedef 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 FunctionsMixedScheme (const operator_type &L, Real theta, const bc_set &bcs) void step (array_type &a, Time t) void setStep (Time dt) Protected Attributesoperator_type L_ operator_type I_…
