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::SDESynchronizer< S, T >::SyncStats Struct Reference

Get synchronization statistics. More...

#include <sde_synchronization.hpp>

Public Member Functions

double timeout_rate () const
 

Public Attributes

size_t noise_requests
 
size_t noise_timeouts
 
size_t interpolations
 

Detailed Description

template<system_state S, can_be_time T = double>
struct diffeq::core::composable::SDESynchronizer< S, T >::SyncStats

Get synchronization statistics.

Definition at line 296 of file sde_synchronization.hpp.

Member Function Documentation

◆ timeout_rate()

template<system_state S, can_be_time T = double>
double diffeq::core::composable::SDESynchronizer< S, T >::SyncStats::timeout_rate ( ) const
inline

Definition at line 300 of file sde_synchronization.hpp.

Member Data Documentation

◆ interpolations

template<system_state S, can_be_time T = double>
size_t diffeq::core::composable::SDESynchronizer< S, T >::SyncStats::interpolations

Definition at line 299 of file sde_synchronization.hpp.

◆ noise_requests

template<system_state S, can_be_time T = double>
size_t diffeq::core::composable::SDESynchronizer< S, T >::SyncStats::noise_requests

Definition at line 297 of file sde_synchronization.hpp.

◆ noise_timeouts

template<system_state S, can_be_time T = double>
size_t diffeq::core::composable::SDESynchronizer< S, T >::SyncStats::noise_timeouts

Definition at line 298 of file sde_synchronization.hpp.


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