DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
diffeq::core::composable::NoiseProcessGenerator< T > Class Template Referenceabstract

Noise process generator interface. More...

#include <sde_synchronization.hpp>

Inheritance diagram for diffeq::core::composable::NoiseProcessGenerator< T >:

Public Member Functions

virtual NoiseData< T > generate_increment (T current_time, T dt)=0
 
virtual void reset_seed (uint64_t seed)=0
 
virtual std::string get_process_name () const =0
 

Detailed Description

template<typename T>
class diffeq::core::composable::NoiseProcessGenerator< T >

Noise process generator interface.

Definition at line 106 of file sde_synchronization.hpp.


The documentation for this class was generated from the following file: