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 ![]() | |
Cmp | Lorene::pow (const Cmp &, double) |
Power ![]() | |
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
in domain no. l
. Definition at line 504 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
in domain no. l
. Definition at line 539 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 435 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 458 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 481 of file cmp_math.C.
References Lorene::Cmp::get_etat().
Definition at line 364 of file cmp_arithm.C.
References Lorene::Cmp::get_etat().
Cmp * double.
Definition at line 425 of file cmp_arithm.C.
Cmp * int.
Definition at line 432 of file cmp_arithm.C.
int * Cmp
Definition at line 439 of file cmp_arithm.C.
Definition at line 104 of file cmp_arithm.C.
double + Cmp
Definition at line 204 of file cmp_arithm.C.
Cmp + int.
Definition at line 211 of file cmp_arithm.C.
int + Cmp
Definition at line 218 of file cmp_arithm.C.
double - Cmp
Definition at line 306 of file cmp_arithm.C.
Cmp - int.
Definition at line 313 of file cmp_arithm.C.
int - Cmp
Definition at line 320 of file cmp_arithm.C.
Cmp / int.
Definition at line 552 of file cmp_arithm.C.
int / Cmp
Definition at line 561 of file cmp_arithm.C.