#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.
count_t::count_t | ( | ) | [inline] |
Definition at line 16 of file ErrorPropogationTypes.h.
: count(0) {}
count_t::count_t | ( | unsigned long | n | ) | [inline] |
Definition at line 17 of file ErrorPropogationTypes.h.
double count_t::error | ( | ) | const [inline] |
Definition at line 23 of file ErrorPropogationTypes.h.
References count, and mathSSE::sqrt().
unsigned long count_t::error2 | ( | ) | const [inline] |
Definition at line 22 of file ErrorPropogationTypes.h.
References count.
Referenced by stats_t< T >::operator==().
{return count;}
unsigned long count_t::operator() | ( | ) | const [inline] |
count_t count_t::operator++ | ( | void | ) | [inline] |
Definition at line 20 of file ErrorPropogationTypes.h.
References count.
bool count_t::operator< | ( | const count_t & | R | ) | const [inline] |
double count_t::relative_error | ( | ) | const [inline] |
Definition at line 24 of file ErrorPropogationTypes.h.
References count, and mathSSE::sqrt().
unsigned long count_t::count [private] |
Definition at line 14 of file ErrorPropogationTypes.h.
Referenced by error(), error2(), operator()(), operator++(), operator+=(), operator<(), and relative_error().