24#ifndef quantlib_implicit_euler_hpp
25#define quantlib_implicit_euler_hpp
61 template <
class Operator>
Backward Euler scheme for finite difference methods.
traits::operator_type operator_type
traits::condition_type condition_type
ImplicitEuler(const operator_type &L, const bc_set &bcs)
OperatorTraits< Operator > traits
traits::array_type array_type
Mixed (explicit/implicit) scheme for finite difference methods.
std::vector< ext::shared_ptr< bc_type > > bc_set
Operator::array_type array_type
condition to be applied at every time step
Mixed (explicit/implicit) scheme for finite difference methods.