#include <ErrorPropogationTypes.h>
Public Member Functions | |
count_t () | |
count_t (unsigned long n) | |
double | error () const |
unsigned long | error2 () const |
unsigned long | operator() () const |
count_t | operator++ () |
count_t | operator+= (const count_t &R) |
bool | operator< (const count_t &R) const |
double | relative_error () const |
Private Attributes | |
unsigned long | count |
Definition at line 7 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 16 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 17 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 23 of file ErrorPropogationTypes.h.
References mathSSE::sqrt().
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag(), and stats_t< T >::sigmaFrom().
|
inline |
Definition at line 22 of file ErrorPropogationTypes.h.
References count.
Referenced by stats_t< T >::operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 14 of file ErrorPropogationTypes.h.
Referenced by error2(), operator()(), operator++(), operator+=(), and operator<().