Go to the source code of this file.
Classes
- struct ball_rough
- struct implementation< F, V, ball_rough >
- struct ball_variant_helper< double >
- struct implementation< ball_additive, W, ball_rough >
- struct implementation< ball_multiplicative, W, ball_rough >
- struct implementation< ball_root, W, ball_rough >
- struct implementation< ball_shift, W, ball_rough >
Namespaces
Defines
- #define TMPL template<typename C,typename R,typename V>
- #define Ball ball<C,R,V>
Functions
- template<typename C , typename R , typename V > void add_rough_additive_error (ball< C, R, V > &d)
- template<typename V > void add_rough_additive_error (ball< double, double, V > &d)
- template<typename C , typename R , typename V > void add_rough_multiplicative_error (ball< C, R, V > &d)
- template<typename V > void add_rough_multiplicative_error (ball< double, double, V > &d)
- template<typename C > C rough_next_above (const C &z)
- double rough_next_above (const double &z)
Define Documentation
#define TMPL template<typename C,typename R,typename V> |