DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Factory functions for creating SDE problems and Wiener processes. More...
Functions | |
template<system_state StateType> | |
auto | make_sde_problem (typename SDEProblem< StateType >::drift_function drift, typename SDEProblem< StateType >::diffusion_function diffusion, NoiseType noise_type=NoiseType::DIAGONAL_NOISE) |
template<system_state StateType> | |
auto | make_wiener_process (size_t dimension, uint32_t seed=0) |
Factory functions for creating SDE problems and Wiener processes.
|
protected |
Definition at line 205 of file sde_base.hpp.
|
protected |
Definition at line 213 of file sde_base.hpp.