LORENE

() More...

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 413 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ acos()

Cmp Lorene::acos ( const Cmp ci)

Arccosine.

Definition at line 172 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ asin()

Cmp Lorene::asin ( const Cmp ci)

Arcsine.

Definition at line 147 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ atan()

Cmp Lorene::atan ( const Cmp ci)

Arctangent.

Definition at line 198 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ cos()

Cmp Lorene::cos ( const Cmp ci)

Cosine.

Definition at line 97 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 507 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 542 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ exp()

Cmp Lorene::exp ( const Cmp ci)

Exponential.

Definition at line 273 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ log()

Cmp Lorene::log ( const Cmp ci)

Neperian logarithm.

Definition at line 299 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ log10()

Cmp Lorene::log10 ( const Cmp ci)

Basis 10 logarithm.

Definition at line 325 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 438 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 461 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 484 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 367 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 339 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 428 of file cmp_arithm.C.

◆ operator*() [3/5]

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

double * Cmp

Definition at line 399 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator*() [4/5]

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

Cmp * int.

Definition at line 435 of file cmp_arithm.C.

◆ operator*() [5/5]

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

int * Cmp

Definition at line 442 of file cmp_arithm.C.

◆ operator+() [1/6]

Cmp Lorene::operator+ ( const Cmp ci)

Definition at line 107 of file cmp_arithm.C.

◆ operator+() [2/6]

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

Cmp + Cmp.

Definition at line 134 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 178 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator+() [4/6]

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

double + Cmp

Definition at line 207 of file cmp_arithm.C.

◆ operator+() [5/6]

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

Cmp + int.

Definition at line 214 of file cmp_arithm.C.

◆ operator+() [6/6]

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

int + Cmp

Definition at line 221 of file cmp_arithm.C.

◆ operator-() [1/6]

Cmp Lorene::operator- ( const Cmp ci)

- Cmp

Definition at line 111 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 236 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 280 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator-() [4/6]

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

double - Cmp

Definition at line 309 of file cmp_arithm.C.

◆ operator-() [5/6]

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

Cmp - int.

Definition at line 316 of file cmp_arithm.C.

◆ operator-() [6/6]

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

int - Cmp

Definition at line 323 of file cmp_arithm.C.

◆ operator/() [1/5]

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

Cmp / Cmp.

Definition at line 460 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 494 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator/() [3/5]

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

double / Cmp

Definition at line 524 of file cmp_arithm.C.

References Lorene::Cmp::get_etat().

◆ operator/() [4/5]

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

Cmp / int.

Definition at line 555 of file cmp_arithm.C.

◆ operator/() [5/5]

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

int / Cmp

Definition at line 564 of file cmp_arithm.C.

◆ pow() [1/2]

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

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

Definition at line 351 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ pow() [2/2]

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

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

Definition at line 382 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ racine_cubique()

Cmp Lorene::racine_cubique ( const Cmp ci)

Cube root.

Definition at line 248 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ sin()

Cmp Lorene::sin ( const Cmp ci)

Sine.

Definition at line 72 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ sqrt()

Cmp Lorene::sqrt ( const Cmp ci)

Square root.

Definition at line 223 of file cmp_math.C.

References Lorene::Cmp::get_etat().

◆ tan()

Cmp Lorene::tan ( const Cmp ci)

Tangent.

Definition at line 123 of file cmp_math.C.

References Lorene::Cmp::get_etat().