Template Class SRA2Integrator

Inheritance Relationships

Base Type

Class Documentation

template<system_state StateType>
class SRA2Integrator : public diffeq::SRAIntegrator<StateType>

SRA2 integrator variant.

SRA integrator configured with SRA2 tableau coefficients. Alternative SRA tableau for additive noise SDEs with strong order 1.5.

Public Types

using base_type = SRAIntegrator<StateType>

Public Functions

inline explicit SRA2Integrator(std::shared_ptr<typename base_type::sde_problem_type> problem, std::shared_ptr<typename base_type::wiener_process_type> wiener = nullptr)
inline virtual std::string name() const override