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