Template Class SRI1Integrator
Defined in File sri1.hpp
Inheritance Relationships
Base Type
public diffeq::sde::AbstractSDEIntegrator< StateType >
(Template Class AbstractSDEIntegrator)
Class Documentation
-
template<system_state StateType>
class SRI1Integrator : public diffeq::sde::AbstractSDEIntegrator<StateType> Stochastic Runge-Kutta method (SRI1)
A second-order strong Taylor scheme for SDEs. More stable than Milstein for certain problems.
Strong order: 1.0 Weak order: 2.0
Public Types
-
using base_type = sde::AbstractSDEIntegrator<StateType>
Public Functions
-
inline virtual void step(state_type &state, time_type dt) override
-
inline virtual std::string name() const override
-
using base_type = sde::AbstractSDEIntegrator<StateType>