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