Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <DoubleAc.h>
Public Member Functions | |
DoubleAc (void) | |
DoubleAc (const DoubleAc &f) | |
DoubleAc (double f) | |
DoubleAc (float f) | |
DoubleAc (long f) | |
DoubleAc (int f) | |
DoubleAc (double f, double ffmin, double ffmax) | |
DoubleAc (double f, double relative_prec) | |
DoubleAc & | operator= (const DoubleAc &f) |
DoubleAc & | operator= (double f) |
DoubleAc & | operator= (float f) |
DoubleAc & | operator= (long f) |
DoubleAc & | operator= (int f) |
operator double (void) const | |
double | get (void) const |
double | get_low_limit (void) const |
double | get_left_limit (void) const |
double | left_limit (void) const |
double | get_min_limit (void) const |
double | get_high_limit (void) const |
double | get_right_limit (void) const |
double | right_limit (void) const |
double | get_max_limit (void) const |
double | get_accuracy (void) const |
DoubleAc & | operator+= (const DoubleAc &f) |
DoubleAc & | operator+= (double f) |
DoubleAc & | operator+= (float f) |
DoubleAc & | operator+= (long f) |
DoubleAc & | operator+= (int f) |
DoubleAc & | operator-= (const DoubleAc &f) |
DoubleAc & | operator-= (double f) |
DoubleAc & | operator-= (float f) |
DoubleAc & | operator-= (long f) |
DoubleAc & | operator-= (int f) |
DoubleAc & | operator*= (DoubleAc f) |
DoubleAc & | operator*= (double f) |
DoubleAc & | operator*= (float f) |
DoubleAc & | operator*= (long f) |
DoubleAc & | operator*= (int f) |
DoubleAc & | operator/= (DoubleAc f) |
DoubleAc & | operator/= (double f) |
DoubleAc & | operator/= (float f) |
DoubleAc & | operator/= (long f) |
DoubleAc & | operator/= (int f) |
void | print (std::ostream &file, int l=1) const |
Friends | |
void | change_sign (DoubleAc &f) |
"Double with accuracy". Really this is original implementation of interval computations. This is the way of watching for the numerical errors by establishing lower and upper limit of each numerical value. The central the most probable value is also watched for.
Definition at line 44 of file DoubleAc.h.
|
inline |
Definition at line 49 of file DoubleAc.h.
Referenced by change_sign, DoubleAc(), operator*=(), operator*=(), operator*=(), operator*=(), operator*=(), operator+=(), operator+=(), operator+=(), operator+=(), operator+=(), operator-=(), operator-=(), operator-=(), operator-=(), operator-=(), operator/=(), operator/=(), operator/=(), operator/=(), operator/=(), operator=(), operator=(), operator=(), operator=(), and operator=().
|
inline |
Definition at line 54 of file DoubleAc.h.
|
inline |
Definition at line 130 of file DoubleAc.h.
|
inline |
Definition at line 189 of file DoubleAc.h.
|
inline |
Definition at line 218 of file DoubleAc.h.
|
inline |
Definition at line 231 of file DoubleAc.h.
Heed::DoubleAc::DoubleAc | ( | double | f, |
double | ffmin, | ||
double | ffmax ) |
Definition at line 18 of file DoubleAc.cpp.
Heed::DoubleAc::DoubleAc | ( | double | f, |
double | relative_prec ) |
Definition at line 27 of file DoubleAc.cpp.
|
inline |
Definition at line 76 of file DoubleAc.h.
Referenced by Heed::acos(), Heed::asin(), Heed::cos(), Heed::exp(), Heed::fabs(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_max(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::find_min(), Heed::inverse_DynArr_prot(), Heed::operator-(), Heed::pow(), Heed::sin(), Heed::sqrt(), and Heed::square().
|
inline |
Definition at line 85 of file DoubleAc.h.
|
inline |
Definition at line 81 of file DoubleAc.h.
|
inline |
Definition at line 78 of file DoubleAc.h.
Referenced by Heed::operator-(), and Heed::sqrt().
|
inline |
Definition at line 77 of file DoubleAc.h.
|
inline |
Definition at line 84 of file DoubleAc.h.
|
inline |
Definition at line 80 of file DoubleAc.h.
|
inline |
Definition at line 82 of file DoubleAc.h.
Referenced by Heed::operator-(), and Heed::sqrt().
|
inline |
Definition at line 79 of file DoubleAc.h.
Referenced by Heed::acos(), Heed::asin(), Heed::cos(), Heed::exp(), Heed::fabs(), Heed::inverse_DynArr(), Heed::inverse_DynArr_prot(), Heed::pow(), Heed::sin(), and Heed::square().
|
inline |
Definition at line 75 of file DoubleAc.h.
|
inline |
Definition at line 301 of file DoubleAc.h.
Definition at line 41 of file DoubleAc.cpp.
|
inline |
Definition at line 313 of file DoubleAc.h.
|
inline |
Definition at line 337 of file DoubleAc.h.
|
inline |
Definition at line 325 of file DoubleAc.h.
Definition at line 243 of file DoubleAc.h.
|
inline |
Definition at line 249 of file DoubleAc.h.
|
inline |
Definition at line 254 of file DoubleAc.h.
|
inline |
Definition at line 265 of file DoubleAc.h.
|
inline |
Definition at line 259 of file DoubleAc.h.
Definition at line 272 of file DoubleAc.h.
|
inline |
Definition at line 278 of file DoubleAc.h.
|
inline |
Definition at line 283 of file DoubleAc.h.
|
inline |
Definition at line 294 of file DoubleAc.h.
|
inline |
Definition at line 288 of file DoubleAc.h.
|
inline |
Definition at line 350 of file DoubleAc.h.
Definition at line 190 of file DoubleAc.cpp.
|
inline |
Definition at line 367 of file DoubleAc.h.
|
inline |
Definition at line 401 of file DoubleAc.h.
|
inline |
Definition at line 384 of file DoubleAc.h.
Definition at line 65 of file DoubleAc.h.
|
inline |
Definition at line 160 of file DoubleAc.h.
|
inline |
Definition at line 203 of file DoubleAc.h.
|
inline |
Definition at line 236 of file DoubleAc.h.
|
inline |
Definition at line 224 of file DoubleAc.h.
void Heed::DoubleAc::print | ( | std::ostream & | file, |
int | l = 1 ) const |
Definition at line 510 of file DoubleAc.cpp.
Referenced by operator*=(), operator/=(), and Heed::operator<<().
|
inline |
Definition at line 83 of file DoubleAc.h.
Referenced by Heed::acos(), Heed::asin(), Heed::cos(), Heed::exp(), Heed::fabs(), Heed::pow(), Heed::sin(), and Heed::square().
|
friend |
Definition at line 424 of file DoubleAc.h.