26#ifndef quantlib_explicit_euler_scheme_hpp
27#define quantlib_explicit_euler_scheme_hpp
56 const ext::shared_ptr<FdmLinearOpComposite>
map_;
traits::operator_type operator_type
const BoundaryConditionSchemeHelper bcSet_
const ext::shared_ptr< FdmLinearOpComposite > map_
traits::condition_type condition_type
traits::array_type array_type
OperatorTraits< FdmLinearOp > traits
void step(array_type &a, Time t)
std::vector< ext::shared_ptr< bc_type > > bc_set
Operator::array_type array_type
condition to be applied at every time step
composite pattern for linear operators
Real Time
continuous quantity with 1-year units
Differential operator traits.