C-XSC - A C++ Class Library for Extended Scientific Computing
2.5.4
|
The Multiple-Precision Data Type l_cinterval. More...
#include <l_cinterval.hpp>
Public Member Functions | |
l_cinterval (void) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const interval &a, const interval &b) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const l_interval &a, const l_interval &b) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const complex &a, const complex &b) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) | |
Constructor of class l_cinterval. | |
l_cinterval (const l_complex &a, const l_complex &b) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) | |
Constructor of class l_cinterval. | |
l_cinterval (const real &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const l_real &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const interval &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const l_interval &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const complex &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const l_complex &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const cinterval &a) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const dotprecision &) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const cdotprecision &) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const idotprecision &) throw () | |
Constructor of class l_cinterval. | |
l_cinterval (const cidotprecision &) throw () | |
Constructor of class l_cinterval. | |
l_cinterval & | operator= (const real &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const l_real &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const interval &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const l_interval &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const complex &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const l_complex &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const cinterval &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const l_cinterval &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const lx_cinterval &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const dotprecision &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const idotprecision &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const cdotprecision &) throw () |
Implementation of standard assigning operator. | |
l_cinterval & | operator= (const cidotprecision &) throw () |
Implementation of standard assigning operator. | |
Friends | |
l_interval | abs (const l_cinterval &) throw () |
Returns the absolute value of the complex interval. | |
l_cinterval | adjust (const l_cinterval &) throw () |
Sets the precision of a specific long datatype value. | |
l_cinterval | conj (const l_cinterval &) throw () |
Returns the conjugated complex interval. | |
l_complex | diam (const l_cinterval &) throw () |
Returns the rounded diameter of the complex interval. | |
l_interval & | Im (l_cinterval &a) throw () |
Returns the imaginary part of the complex interval. | |
l_interval | Im (const l_cinterval &a) throw () |
Returns the imaginary part of the complex interval. | |
l_complex | Inf (const l_cinterval &) throw () |
Returns the infimum of an interval. | |
l_real | InfIm (const l_cinterval &a) throw () |
Returns the infimum of the imaginary interval of the complex interval. | |
l_real | InfRe (const l_cinterval &a) throw () |
Returns the infimum of the real interval of the complex interval. | |
l_complex | mid (const l_cinterval &) throw () |
Returns the rounded middle of the complex interval. | |
bool | operator! (const l_cinterval &a) throw () |
Implementation of standard negation operation. | |
bool | operator!= (const l_cinterval &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const real &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const real &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const l_real &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_real &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const interval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const interval &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const l_interval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_interval &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const complex &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const complex &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const l_complex &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_complex &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const l_cinterval &a, const cinterval &b) throw () |
Implementation of standard negated equality operation. | |
bool | operator!= (const cinterval &a, const l_cinterval &b) throw () |
Implementation of standard negated equality operation. | |
l_cinterval | operator& (const l_cinterval &, const l_cinterval &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const real &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const real &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const l_real &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_real &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const complex &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const complex &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const l_complex &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_complex &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const interval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const interval &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const l_interval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_interval &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_cinterval &, const cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const cinterval &, const l_cinterval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_complex &, const interval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const interval &, const l_complex &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const complex &, const l_interval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_interval &, const complex &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_complex &, const l_interval &) throw () |
Returns the intersection of the arguments. | |
l_cinterval | operator& (const l_interval &, const l_complex &) throw () |
Returns the intersection of the arguments. | |
l_cinterval & | operator&= (l_cinterval &, const l_cinterval &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const real &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const l_real &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const complex &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const l_complex &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const interval &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const l_interval &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval & | operator&= (l_cinterval &, const cinterval &) throw () |
Allocates the intersection of the arguments to the first argument. | |
l_cinterval | operator* (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const real &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const real &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_real &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const complex &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const complex &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_complex &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const interval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const interval &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_interval &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_complex &, const interval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const interval &, const l_complex &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const complex &, const l_interval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_interval &, const complex &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_complex &, const l_interval &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval | operator* (const l_interval &, const l_complex &) throw () |
Implementation of standard algebraic multiplication operation. | |
l_cinterval & | operator*= (l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const real &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const complex &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const interval &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval & | operator*= (l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic multiplication and allocation operation. | |
l_cinterval | operator+ (const l_cinterval &) throw () |
Implementation of standard algebraic positive sign operation. | |
l_cinterval | operator+ (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const real &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const real &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_real &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const complex &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const complex &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_complex &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const interval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const interval &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_interval &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_complex &, const interval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const interval &, const l_complex &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const complex &, const l_interval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_interval &, const complex &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_complex &, const l_interval &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval | operator+ (const l_interval &, const l_complex &) throw () |
Implementation of standard algebraic addition operation. | |
l_cinterval & | operator+= (l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const real &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const complex &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const interval &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval & | operator+= (l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic addition and allocation operation. | |
l_cinterval | operator- (const l_cinterval &) throw () |
Implementation of standard algebraic negative sign operation. | |
l_cinterval | operator- (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const real &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const real &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_real &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const complex &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const complex &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_complex &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const interval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const interval &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_interval &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_complex &, const interval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const interval &, const l_complex &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const complex &, const l_interval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_interval &, const complex &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_complex &, const l_interval &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval | operator- (const l_interval &, const l_complex &) throw () |
Implementation of standard algebraic subtraction operation. | |
l_cinterval & | operator-= (l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const real &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const complex &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const interval &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval & | operator-= (l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic subtraction and allocation operation. | |
l_cinterval | operator/ (const l_cinterval &, const l_cinterval &) throw (DIV_BY_ZERO) |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const real &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const real &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_real &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const complex &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const complex &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_complex &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const interval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const interval &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_interval &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_complex &, const interval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const interval &, const l_complex &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const complex &, const l_interval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_interval &, const complex &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_complex &, const l_interval &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval | operator/ (const l_interval &, const l_complex &) throw () |
Implementation of standard algebraic division operation. | |
l_cinterval & | operator/= (l_cinterval &, const l_cinterval &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const real &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const l_real &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const complex &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const l_complex &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const interval &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const l_interval &) throw () |
Implementation of standard algebraic division and allocation operation. | |
l_cinterval & | operator/= (l_cinterval &, const cinterval &) throw () |
Implementation of standard algebraic division and allocation operation. | |
bool | operator< (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const real &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const real &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_real &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const l_real &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const interval &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const interval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_interval &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const l_interval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const complex &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const complex &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_complex &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const l_complex &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const cinterval &, const l_cinterval &) throw () |
Implementation of standard less-than operation. | |
bool | operator< (const l_cinterval &, const cinterval &) throw () |
Implementation of standard less-than operation. | |
std::ostream & | operator<< (std::ostream &, const l_cinterval &) throw () |
Implementation of standard output method. | |
std::string & | operator<< (std::string &, const l_cinterval &) throw () |
Implementation of standard output method. | |
bool | operator<= (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const real &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const real &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_real &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const l_real &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const interval &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const interval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_interval &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const l_interval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const complex &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const complex &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_complex &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const l_complex &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const cinterval &, const l_cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator<= (const l_cinterval &, const cinterval &) throw () |
Implementation of standard less-or-equal-than operation. | |
bool | operator== (const l_cinterval &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const real &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const real &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const l_real &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_real &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const interval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const interval &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const l_interval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_interval &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const complex &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const complex &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const l_complex &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_complex &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const l_cinterval &a, const cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator== (const cinterval &a, const l_cinterval &b) throw () |
Implementation of standard equality operation. | |
bool | operator> (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const real &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const real &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_real &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const l_real &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const interval &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const interval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_interval &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const l_interval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const complex &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const complex &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_complex &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const l_complex &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const cinterval &, const l_cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator> (const l_cinterval &, const cinterval &) throw () |
Implementation of standard greater-than operation. | |
bool | operator>= (const l_cinterval &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const real &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const real &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_real &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const l_real &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const interval &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const interval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_interval &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const l_interval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const complex &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const complex &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_complex &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const l_complex &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const cinterval &, const l_cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
bool | operator>= (const l_cinterval &, const cinterval &) throw () |
Implementation of standard greater-or-equal-than operation. | |
std::string & | operator>> (std::string &, l_cinterval &) throw (EMPTY_INTERVAL) |
Implementation of standard input method. | |
std::istream & | operator>> (std::istream &, l_cinterval &) throw (EMPTY_INTERVAL) |
Implementation of standard input method. | |
void | operator>> (const char *, l_cinterval &) throw (EMPTY_INTERVAL) |
Implementation of standard input method. | |
void | operator>> (const std::string &, l_cinterval &) throw (EMPTY_INTERVAL) |
Implementation of standard input method. | |
l_cinterval | operator| (const l_cinterval &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const real &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const l_real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_real &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const complex &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const interval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const interval &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const l_interval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_interval &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_cinterval &, const cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const cinterval &, const l_cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const real &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const complex &, const l_real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_real &, const complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const l_real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_real &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const cinterval &, const l_real &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_real &, const cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const cinterval &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const cinterval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const interval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const interval &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const complex &, const l_interval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_interval &, const complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const l_interval &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_interval &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const complex &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval | operator| (const l_complex &, const l_complex &) throw () |
Returns the convex hull of the arguments. | |
l_cinterval & | operator|= (l_cinterval &, const l_cinterval &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const real &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const l_real &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const complex &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const l_complex &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const interval &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const l_interval &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_cinterval & | operator|= (l_cinterval &, const cinterval &) throw () |
Allocates the convex hull of the arguments to the first argument. | |
l_interval & | Re (l_cinterval &a) throw () |
Returns the real part of the complex interval. | |
l_interval | Re (const l_cinterval &a) throw () |
Returns the real part of the complex interval. | |
l_cinterval & | SetIm (l_cinterval &a, const interval &b) |
Sets the imaginary part of a complex interval. | |
l_cinterval & | SetIm (l_cinterval &a, const real &b) |
Sets the imaginary part of a complex interval. | |
l_cinterval & | SetIm (l_cinterval &a, const l_interval &b) |
Sets the imaginary part of a complex interval. | |
l_cinterval & | SetIm (l_cinterval &a, const l_real &b) |
Sets the imaginary part of a complex interval. | |
l_cinterval & | SetInf (l_cinterval &, const complex &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given infimum value. | |
l_cinterval & | SetInf (l_cinterval &, const l_complex &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given infimum value. | |
l_cinterval & | SetInf (l_cinterval &, const real &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given infimum value. | |
l_cinterval & | SetInf (l_cinterval &, const l_real &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given infimum value. | |
l_cinterval & | SetRe (l_cinterval &a, const interval &b) |
Sets the real part of a complex interval. | |
l_cinterval & | SetRe (l_cinterval &a, const real &b) |
Sets the real part of a complex interval. | |
l_cinterval & | SetRe (l_cinterval &a, const l_interval &b) |
Sets the real part of a complex interval. | |
l_cinterval & | SetRe (l_cinterval &a, const l_real &b) |
Sets the real part of a complex interval. | |
l_cinterval & | SetSup (l_cinterval &, const complex &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given supremum value. | |
l_cinterval & | SetSup (l_cinterval &, const l_complex &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given supremum value. | |
l_cinterval & | SetSup (l_cinterval &, const real &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given supremum value. | |
l_cinterval & | SetSup (l_cinterval &, const l_real &) throw (ERROR_CINTERVAL_EMPTY_INTERVAL) |
Returns the interval with the new given supremum value. | |
l_complex | Sup (const l_cinterval &) throw () |
Returns the supremum of an interval. | |
l_real | SupIm (const l_cinterval &a) throw () |
Returns the supremum of the imaginary interval of the complex interval. | |
l_real | SupRe (const l_cinterval &a) throw () |
Returns the supremum of the real interval of the complex interval. | |
void | times2pown (l_cinterval &x, const int &n) throw () |
Multiplication of interval with . | |
void | Times2pown (l_cinterval &x, const int &n) throw () |
Multiplication of interval with . | |
l_cinterval & | UncheckedSetInf (l_cinterval &, const complex &) throw () |
Returns the interval with the unchecked new given infimum value. | |
l_cinterval & | UncheckedSetInf (l_cinterval &, const real &) throw () |
Returns the interval with the unchecked new given infimum value. | |
l_cinterval & | UncheckedSetInf (l_cinterval &, const l_complex &) throw () |
Returns the interval with the unchecked new given infimum value. | |
l_cinterval & | UncheckedSetInf (l_cinterval &, const l_real &) throw () |
Returns the interval with the unchecked new given infimum value. | |
l_cinterval & | UncheckedSetSup (l_cinterval &, const complex &) throw () |
Returns the interval with the unchecked new given supremum value. | |
l_cinterval & | UncheckedSetSup (l_cinterval &, const real &) throw () |
Returns the interval with the unchecked new given supremum value. | |
l_cinterval & | UncheckedSetSup (l_cinterval &, const l_complex &) throw () |
Returns the interval with the unchecked new given supremum value. | |
l_cinterval & | UncheckedSetSup (l_cinterval &, const l_real &) throw () |
Returns the interval with the unchecked new given supremum value. |
The Multiple-Precision Data Type l_cinterval.
The multiple-precision data type l_cinterval is a variant of the scalar type cinterval, which provides support for longer numbers, thus increasing the accuracy of the data type.
Definition at line 53 of file l_cinterval.hpp.