|
idotprecision | _idotprecision (const real &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | _idotprecision (const real &, const real &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | _idotprecision (const dotprecision &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | _idotprecision (const dotprecision &, const dotprecision &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | _idotprecision (const l_real &a) throw () |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC.
|
|
idotprecision | _idotprecision (const l_real &a, const l_real &b) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC.
|
|
idotprecision | _unchecked_idotprecision (const real &, const real &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | _unchecked_idotprecision (const dotprecision &, const dotprecision &) |
| Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC. More...
|
|
idotprecision | abs (const idotprecision &a) throw () |
| Returns the absolute value of a dotprecision interval.
|
|
void | accumulate (idotprecision &, const interval &, const interval &) throw () |
| The accurate scalar product of the last two arguments added to the value of the first argument.
|
|
void | accumulate (idotprecision &, const interval &, const real &) throw () |
| The accurate scalar product of the last two arguments added to the value of the first argument.
|
|
void | accumulate (idotprecision &, const real &, const interval &) throw () |
| The accurate scalar product of the last two arguments added to the value of the first argument.
|
|
void | accumulate (idotprecision &, const real &, const real &) throw () |
| The accurate scalar product of the last two arguments added to the value of the first argument.
|
|
dotprecision | diam (const idotprecision &a) throw () |
| Returns the rounded diameter of the dotprecision interval.
|
|
dotprecision & | Inf (idotprecision &a) throw () |
| Returns the infimum of a dotprecison interval.
|
|
const dotprecision & | Inf (const idotprecision &a) throw () |
| Returns the infimum of a dotprecison interval.
|
|
bool | IsEmpty (const idotprecision &a) throw () |
| Returns if the dotprecision interval is empty.
|
|
dotprecision | mid (const idotprecision &a) throw () |
| Returns the middle of the dotprecision interval.
|
|
bool | operator ! (const idotprecision &) throw () |
| Implementation of standard negation operation.
|
|
bool | operator != (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const real &, const idotprecision &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const idotprecision &, const real &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const interval &, const idotprecision &) throw () |
| Implementation of standard negated equality operation.
|
|
bool | operator != (const idotprecision &, const interval &) throw () |
| Implementation of standard negated equality operation.
|
|
idotprecision | operator & (const idotprecision &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const dotprecision &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const idotprecision &, const dotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const long &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const idotprecision &, const long &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const real &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const idotprecision &, const real &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const l_real &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const idotprecision &, const l_real &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const interval &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision | operator & (const idotprecision &, const interval &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Returns the intersection of the arguments.
|
|
idotprecision & | operator &= (idotprecision &, const idotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Allocates the intersection of the arguments to the first argument.
|
|
idotprecision & | operator &= (idotprecision &, const dotprecision &) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Allocates the intersection of the arguments to the first argument.
|
|
idotprecision & | operator &= (idotprecision &i, const real &l) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Allocates the intersection of the arguments to the first argument.
|
|
idotprecision & | operator &= (idotprecision &i, const l_real &l) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Allocates the intersection of the arguments to the first argument.
|
|
idotprecision & | operator &= (idotprecision &i, const l_interval &l) throw (ERROR_IDOTPRECISION_EMPTY_INTERVAL) |
| Allocates the intersection of the arguments to the first argument.
|
|
idotprecision | operator - (const idotprecision &) throw () |
| Implementation of standard algebraic negative sign operation.
|
|
idotprecision | operator - (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const idotprecision &, const long &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const long &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const idotprecision &, const real &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const real &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const idotprecision &, const l_real &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const l_real &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const idotprecision &, const interval &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision | operator - (const interval &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction operation.
|
|
idotprecision & | operator -= (idotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
idotprecision & | operator -= (idotprecision &, const interval &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
idotprecision & | operator -= (idotprecision &, const real &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
idotprecision & | operator -= (idotprecision &, const l_real &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
idotprecision & | operator -= (idotprecision &, const l_interval &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
idotprecision & | operator -= (idotprecision &, const dotprecision &) throw () |
| Implementation of standard algebraic subtraction and allocation operation.
|
|
bool | operator > (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard greater-than operation.
|
|
bool | operator > (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator > (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator > (const real &, const idotprecision &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator > (const idotprecision &, const real &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator > (const interval &, const idotprecision &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator > (const idotprecision &, const interval &) throw () |
| Implementation of standard more-than operation.
|
|
bool | operator >= (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const real &, const idotprecision &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const idotprecision &, const real &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const interval &, const idotprecision &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
bool | operator >= (const idotprecision &, const interval &) throw () |
| Implementation of standard greater-or-equal-than operation.
|
|
std::istream & | operator >> (std::istream &s, idotprecision &a) throw () |
| Implementation of standard input method.
|
|
std::string & | operator >> (std::string &s, idotprecision &a) throw () |
| Implementation of standard input method.
|
|
void | operator >> (const std::string &s, idotprecision &a) throw () |
| Implementation of standard input method.
|
|
void | operator >> (const char *s, idotprecision &a) throw () |
| Implementation of standard input method.
|
|
idotprecision | operator+ (const idotprecision &) throw () |
| Implementation of standard algebraic positive sign operation.
|
|
idotprecision | operator+ (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const idotprecision &, const long &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const long &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const idotprecision &, const real &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const real &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const idotprecision &, const l_real &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const l_real &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const idotprecision &, const interval &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision | operator+ (const interval &, const idotprecision &) throw () |
| Implementation of standard algebraic addition operation.
|
|
idotprecision & | operator+= (idotprecision &, const idotprecision &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
idotprecision & | operator+= (idotprecision &, const interval &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
idotprecision & | operator+= (idotprecision &, const real &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
idotprecision & | operator+= (idotprecision &, const l_real &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
idotprecision & | operator+= (idotprecision &, const l_interval &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
idotprecision & | operator+= (idotprecision &, const dotprecision &) throw () |
| Implementation of standard algebraic addition and allocation operation.
|
|
bool | operator< (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const real &, const idotprecision &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const idotprecision &, const real &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const interval &, const idotprecision &) throw () |
| Implementation of standard less-than operation.
|
|
bool | operator< (const idotprecision &, const interval &) throw () |
| Implementation of standard less-than operation.
|
|
std::ostream & | operator<< (std::ostream &s, const idotprecision &a) throw () |
| Implementation of standard output method.
|
|
std::string & | operator<< (std::string &s, const idotprecision &a) throw () |
| Implementation of standard output method.
|
|
bool | operator<= (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const real &, const idotprecision &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const idotprecision &, const real &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const interval &, const idotprecision &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator<= (const idotprecision &, const interval &) throw () |
| Implementation of standard less-or-equal-than operation.
|
|
bool | operator== (const idotprecision &, const idotprecision &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const dotprecision &, const idotprecision &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const idotprecision &, const dotprecision &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const real &, const idotprecision &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const idotprecision &, const real &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const interval &, const idotprecision &) throw () |
| Implementation of standard equality operation.
|
|
bool | operator== (const idotprecision &, const interval &) throw () |
| Implementation of standard equality operation.
|
|
idotprecision | operator| (const idotprecision &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const dotprecision &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const idotprecision &, const dotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const dotprecision &, const dotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const long &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const idotprecision &, const long &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const real &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const idotprecision &, const real &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const l_real &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const idotprecision &, const l_real &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const interval &, const idotprecision &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision | operator| (const idotprecision &, const interval &) throw () |
| Returns the convex hull of the arguments.
|
|
idotprecision & | operator|= (idotprecision &, const idotprecision &) throw () |
| Allocates the convex hull of the arguments to the first argument.
|
|
idotprecision & | operator|= (idotprecision &, const dotprecision &) throw () |
| Allocates the convex hull of the arguments to the first argument.
|
|
idotprecision & | operator|= (idotprecision &i, const real &l) throw () |
| Allocates the convex hull of the arguments to the first argument.
|
|
idotprecision & | operator|= (idotprecision &i, const l_real &l) throw () |
| Allocates the convex hull of the arguments to the first argument.
|
|
idotprecision & | operator|= (idotprecision &i, const l_interval &l) throw () |
| Allocates the convex hull of the arguments to the first argument.
|
|
idotprecision & | SetInf (idotprecision &, const dotprecision &) throw () |
| Returns the dotprecison interval with the new given infimum value.
|
|
idotprecision & | SetInf (idotprecision &, const real &) throw () |
| Returns the dotprecison interval with the new given infimum value.
|
|
idotprecision & | SetSup (idotprecision &, const dotprecision &) throw () |
| Returns the dotprecison interval with the new given supremum value.
|
|
idotprecision & | SetSup (idotprecision &, const real &) throw () |
| Returns the dotprecison interval with the new given supremum value.
|
|
dotprecision & | Sup (idotprecision &a) throw () |
| Returns the supremum of a dotprecison interval.
|
|
const dotprecision & | Sup (const idotprecision &a) throw () |
| Returns the supremum of a dotprecison interval.
|
|
idotprecision & | UncheckedSetInf (idotprecision &, const dotprecision &) throw () |
| Returns the dotprecison interval with the unchecked new given infimum value.
|
|
idotprecision & | UncheckedSetInf (idotprecision &, const real &) throw () |
| Returns the dotprecison interval with the unchecked new given infimum value.
|
|
idotprecision & | UncheckedSetSup (idotprecision &, const dotprecision &) throw () |
| Returns the dotprecison interval with the unchecked new given supremum value.
|
|
idotprecision & | UncheckedSetSup (idotprecision &, const real &) throw () |
| Returns the dotprecison interval with the unchecked new given supremum value.
|
|