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 . More... | |
Cmp | Lorene::pow (const Cmp &, double) |
Power . 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... | |
()
Relative difference between two Cmp
(norme version).
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
l
. Definition at line 507 of file cmp_math.C.
References Lorene::Cmp::get_etat().
Relative difference between two Cmp
(max version).
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
l
. Definition at line 542 of file cmp_math.C.
References Lorene::Cmp::get_etat().
Maximum values of a Cmp
in each domain.
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().
Minimum values of a Cmp
in each domain.
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().
Sums of the absolute values of all the values of the Cmp
in each domain.
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().
Definition at line 367 of file cmp_arithm.C.
References Lorene::Cmp::get_etat().
Cmp * double.
Definition at line 428 of file cmp_arithm.C.
Cmp * int.
Definition at line 435 of file cmp_arithm.C.
int * Cmp
Definition at line 442 of file cmp_arithm.C.
Definition at line 107 of file cmp_arithm.C.
double + Cmp
Definition at line 207 of file cmp_arithm.C.
Cmp + int.
Definition at line 214 of file cmp_arithm.C.
int + Cmp
Definition at line 221 of file cmp_arithm.C.
double - Cmp
Definition at line 309 of file cmp_arithm.C.
Cmp - int.
Definition at line 316 of file cmp_arithm.C.
int - Cmp
Definition at line 323 of file cmp_arithm.C.
Cmp / int.
Definition at line 555 of file cmp_arithm.C.
int / Cmp
Definition at line 564 of file cmp_arithm.C.