LORENE

Functions

Cmp Lorene::operator+ (const Cmp &)
 
Cmp Lorene::operator- (const Cmp &)
 - Cmp More...
 
Cmp Lorene::operator+ (const Cmp &, const Cmp &)
 Cmp + Cmp. More...
 
Cmp Lorene::operator+ (const Cmp &, double)
 Cmp + double. More...
 
Cmp Lorene::operator+ (double, const Cmp &)
 double + Cmp More...
 
Cmp Lorene::operator+ (const Cmp &, int)
 Cmp + int. More...
 
Cmp Lorene::operator+ (int, const Cmp &)
 int + Cmp More...
 
Cmp Lorene::operator- (const Cmp &, const Cmp &)
 Cmp - Cmp. More...
 
Cmp Lorene::operator- (const Cmp &, double)
 Cmp - double. More...
 
Cmp Lorene::operator- (double, const Cmp &)
 double - Cmp More...
 
Cmp Lorene::operator- (const Cmp &, int)
 Cmp - int. More...
 
Cmp Lorene::operator- (int, const Cmp &)
 int - Cmp More...
 
Cmp Lorene::operator* (const Cmp &, const Cmp &)
 Cmp * Cmp. More...
 
Cmp Lorene::operator% (const Cmp &, const Cmp &)
 Cmp * Cmp with desaliasing. More...
 
Cmp Lorene::operator* (const Cmp &, double)
 Cmp * double. More...
 
Cmp Lorene::operator* (double, const Cmp &)
 double * Cmp More...
 
Cmp Lorene::operator* (const Cmp &, int)
 Cmp * int. More...
 
Cmp Lorene::operator* (int, const Cmp &)
 int * Cmp More...
 
Cmp Lorene::operator/ (const Cmp &, const Cmp &)
 Cmp / Cmp. More...
 
Cmp Lorene::operator/ (const Cmp &, double)
 Cmp / double. More...
 
Cmp Lorene::operator/ (double, const Cmp &)
 double / Cmp More...
 
Cmp Lorene::operator/ (const Cmp &, int)
 Cmp / int. More...
 
Cmp Lorene::operator/ (int, const Cmp &)
 int / Cmp More...
 
Cmp Lorene::sin (const Cmp &)
 Sine. More...
 
Cmp Lorene::cos (const Cmp &)
 Cosine. More...
 
Cmp Lorene::tan (const Cmp &)
 Tangent. More...
 
Cmp Lorene::asin (const Cmp &)
 Arcsine. More...
 
Cmp Lorene::acos (const Cmp &)
 Arccosine. More...
 
Cmp Lorene::atan (const Cmp &)
 Arctangent. More...
 
Cmp Lorene::exp (const Cmp &)
 Exponential. More...
 
Cmp Lorene::log (const Cmp &)
 Neperian logarithm. More...
 
Cmp Lorene::log10 (const Cmp &)
 Basis 10 logarithm. More...
 
Cmp Lorene::sqrt (const Cmp &)
 Square root. More...
 
Cmp Lorene::racine_cubique (const Cmp &)
 Cube root. More...
 
Cmp Lorene::pow (const Cmp &, int)
 Power ${\tt Cmp} ^{\tt int}$. More...
 
Cmp Lorene::pow (const Cmp &, double)
 Power ${\tt Cmp} ^{\tt double}$. More...
 
Cmp Lorene::abs (const Cmp &)
 Absolute value. More...
 
Tbl Lorene::max (const Cmp &)
 Maximum values of a Cmp in each domain. More...
 
Tbl Lorene::min (const Cmp &)
 Minimum values of a Cmp in each domain. More...
 
Tbl Lorene::norme (const Cmp &)
 Sums of the absolute values of all the values of the Cmp
in each domain. More...
 
Tbl Lorene::diffrel (const Cmp &a, const Cmp &b)
 Relative difference between two Cmp (norme version). More...
 
Tbl Lorene::diffrelmax (const Cmp &a, const Cmp &b)
 Relative difference between two Cmp (max version). More...
 

Detailed Description

()

Function Documentation

◆ abs()

Cmp Lorene::abs ( const Cmp ci)

Absolute value.

Definition at line 410 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ acos()

Cmp Lorene::acos ( const Cmp ci)

Arccosine.

Definition at line 169 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ asin()

Cmp Lorene::asin ( const Cmp ci)

Arcsine.

Definition at line 144 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ atan()

Cmp Lorene::atan ( const Cmp ci)

Arctangent.

Definition at line 195 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ cos()

Cmp Lorene::cos ( const Cmp ci)

Cosine.

Definition at line 94 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ diffrel()

Tbl Lorene::diffrel ( const Cmp a,
const Cmp b 
)

Relative difference between two Cmp (norme version).

Returns
1-D Tbl of size the number of domains, the elements of which are norme[a(l)-b(l)]/norme[b(l)] if b(l)!=0 and norme[a(l)-b(l)] if b(l)=0 , where a(l) and b(l) denote symbolically the values of a and b
in domain no. l .

Definition at line 504 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ diffrelmax()

Tbl Lorene::diffrelmax ( const Cmp a,
const Cmp b 
)

Relative difference between two Cmp (max version).

Returns
1-D Tbl of size the number of domains, the elements of which are max[abs(a(l)-b(l))]/max[abs(b(l))] if b(l)!=0 and max[abs(a(l)-b(l))] if b(l)=0 , where a(l) and b(l) denote symbolically the values of a and b
in domain no. l .

Definition at line 539 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ exp()

Cmp Lorene::exp ( const Cmp ci)

Exponential.

Definition at line 270 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ log()

Cmp Lorene::log ( const Cmp ci)

Neperian logarithm.

Definition at line 296 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ log10()

Cmp Lorene::log10 ( const Cmp ci)

Basis 10 logarithm.

Definition at line 322 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ max()

Tbl Lorene::max ( const Cmp ci)

Maximum values of a Cmp in each domain.

Returns
1-D Tbl of size the number of domains, the elements of which are the set of the maximum values in each domain.

Definition at line 435 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ min()

Tbl Lorene::min ( const Cmp ci)

Minimum values of a Cmp in each domain.

Returns
1-D Tbl of size the number of domains, the elements of which are the set of the minimum values in each domain.

Definition at line 458 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ norme()

Tbl Lorene::norme ( const Cmp ci)

Sums of the absolute values of all the values of the Cmp
in each domain.

Returns
1-D Tbl of size the number of domains, the elements of which are the set of the sums of the absolute values in each domain.

Definition at line 481 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ operator%()

Cmp Lorene::operator% ( const Cmp c1,
const Cmp c2 
)

Cmp * Cmp with desaliasing.

Definition at line 364 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator*() [1/5]

Cmp Lorene::operator* ( const Cmp c1,
const Cmp c2 
)

Cmp * Cmp.

Definition at line 336 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator*() [2/5]

Cmp Lorene::operator* ( const Cmp t1,
double  x 
)

Cmp * double.

Definition at line 425 of file cmp_arithm.C.

◆ operator*() [3/5]

Cmp Lorene::operator* ( const Cmp t1,
int  m 
)

Cmp * int.

Definition at line 432 of file cmp_arithm.C.

◆ operator*() [4/5]

Cmp Lorene::operator* ( double  a,
const Cmp c1 
)

double * Cmp

Definition at line 396 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator*() [5/5]

Cmp Lorene::operator* ( int  m,
const Cmp t1 
)

int * Cmp

Definition at line 439 of file cmp_arithm.C.

◆ operator+() [1/6]

Cmp Lorene::operator+ ( const Cmp ci)

Definition at line 104 of file cmp_arithm.C.

◆ operator+() [2/6]

Cmp Lorene::operator+ ( const Cmp c1,
const Cmp c2 
)

Cmp + Cmp.

Definition at line 131 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator+() [3/6]

Cmp Lorene::operator+ ( const Cmp t1,
double  x 
)

Cmp + double.

Definition at line 175 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator+() [4/6]

Cmp Lorene::operator+ ( const Cmp t1,
int  m 
)

Cmp + int.

Definition at line 211 of file cmp_arithm.C.

◆ operator+() [5/6]

Cmp Lorene::operator+ ( double  x,
const Cmp t1 
)

double + Cmp

Definition at line 204 of file cmp_arithm.C.

◆ operator+() [6/6]

Cmp Lorene::operator+ ( int  m,
const Cmp t1 
)

int + Cmp

Definition at line 218 of file cmp_arithm.C.

◆ operator-() [1/6]

Cmp Lorene::operator- ( const Cmp ci)

- Cmp

Definition at line 108 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator-() [2/6]

Cmp Lorene::operator- ( const Cmp c1,
const Cmp c2 
)

Cmp - Cmp.

Definition at line 233 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator-() [3/6]

Cmp Lorene::operator- ( const Cmp t1,
double  x 
)

Cmp - double.

Definition at line 277 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator-() [4/6]

Cmp Lorene::operator- ( const Cmp t1,
int  m 
)

Cmp - int.

Definition at line 313 of file cmp_arithm.C.

◆ operator-() [5/6]

Cmp Lorene::operator- ( double  x,
const Cmp t1 
)

double - Cmp

Definition at line 306 of file cmp_arithm.C.

◆ operator-() [6/6]

Cmp Lorene::operator- ( int  m,
const Cmp t1 
)

int - Cmp

Definition at line 320 of file cmp_arithm.C.

◆ operator/() [1/5]

Cmp Lorene::operator/ ( const Cmp c1,
const Cmp c2 
)

Cmp / Cmp.

Definition at line 457 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator/() [2/5]

Cmp Lorene::operator/ ( const Cmp c1,
double  x 
)

Cmp / double.

Definition at line 491 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator/() [3/5]

Cmp Lorene::operator/ ( const Cmp c1,
int  m 
)

Cmp / int.

Definition at line 552 of file cmp_arithm.C.

◆ operator/() [4/5]

Cmp Lorene::operator/ ( double  x,
const Cmp c2 
)

double / Cmp

Definition at line 521 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator/() [5/5]

Cmp Lorene::operator/ ( int  m,
const Cmp c2 
)

int / Cmp

Definition at line 561 of file cmp_arithm.C.

◆ pow() [1/2]

Cmp Lorene::pow ( const Cmp ci,
double  x 
)

Power ${\tt Cmp} ^{\tt double}$.

Definition at line 379 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ pow() [2/2]

Cmp Lorene::pow ( const Cmp ci,
int  n 
)

Power ${\tt Cmp} ^{\tt int}$.

Definition at line 348 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ racine_cubique()

Cmp Lorene::racine_cubique ( const Cmp ci)

Cube root.

Definition at line 245 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ sin()

Cmp Lorene::sin ( const Cmp ci)

Sine.

Definition at line 69 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ sqrt()

Cmp Lorene::sqrt ( const Cmp ci)

Square root.

Definition at line 220 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ tan()

Cmp Lorene::tan ( const Cmp ci)

Tangent.

Definition at line 120 of file cmp_math.C.

References Lorene::Cmp::get_etat().