ant
A2 ant: class-based analysis framework
ant::std_ext::RMS_t< T > Struct Template Reference

#include <math.h>

+ Collaboration diagram for ant::std_ext::RMS_t< T >:

Public Member Functions

void Add (const T &v)
 
GetMean () const
 
GetRMS () const
 
GetSigmaMean () const
 

Public Attributes

unsigned n = 0
 
sum {}
 
sum2 {}
 

Member Function Documentation

◆ Add()

template<class T >
void ant::std_ext::RMS_t< T >::Add ( const T &  v)
inline

◆ GetMean()

template<class T >
T ant::std_ext::RMS_t< T >::GetMean ( ) const
inline

◆ GetRMS()

template<class T >
T ant::std_ext::RMS_t< T >::GetRMS ( ) const
inline

◆ GetSigmaMean()

template<class T >
T ant::std_ext::RMS_t< T >::GetSigmaMean ( ) const
inline

Member Data Documentation

◆ n

template<class T >
unsigned ant::std_ext::RMS_t< T >::n = 0

◆ sum

template<class T >
T ant::std_ext::RMS_t< T >::sum {}

◆ sum2

template<class T >
T ant::std_ext::RMS_t< T >::sum2 {}

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