LORENE
|
() More...
Functions | |
Mtbl | Lorene::operator+ (const Mtbl &) |
Mtbl | Lorene::operator- (const Mtbl &) |
- Mtbl More... | |
Mtbl | Lorene::operator+ (const Mtbl &, const Mtbl &) |
Mtbl + Mtbl. More... | |
Mtbl | Lorene::operator+ (const Mtbl &, double) |
Mtbl + double. More... | |
Mtbl | Lorene::operator+ (double, const Mtbl &) |
double + Mtbl More... | |
Mtbl | Lorene::operator+ (const Mtbl &, int) |
Mtbl + int. More... | |
Mtbl | Lorene::operator+ (int, const Mtbl &) |
int + Mtbl More... | |
Mtbl | Lorene::operator- (const Mtbl &, const Mtbl &) |
Mtbl - Mtbl. More... | |
Mtbl | Lorene::operator- (const Mtbl &, double) |
Mtbl - double. More... | |
Mtbl | Lorene::operator- (double, const Mtbl &) |
double - Mtbl More... | |
Mtbl | Lorene::operator- (const Mtbl &, int) |
Mtbl - int. More... | |
Mtbl | Lorene::operator- (int, const Mtbl &) |
int - Mtbl More... | |
Mtbl | Lorene::operator* (const Mtbl &, const Mtbl &) |
Mtbl * Mtbl. More... | |
Mtbl | Lorene::operator* (const Mtbl &, double) |
Mtbl * double. More... | |
Mtbl | Lorene::operator* (double, const Mtbl &) |
double * Mtbl More... | |
Mtbl | Lorene::operator* (const Mtbl &, int) |
Mtbl * int. More... | |
Mtbl | Lorene::operator* (int, const Mtbl &) |
int * Mtbl More... | |
Mtbl | Lorene::operator/ (const Mtbl &, const Mtbl &) |
Mtbl / Mtbl. More... | |
Mtbl | Lorene::operator/ (const Mtbl &, double) |
Mtbl / double. More... | |
Mtbl | Lorene::operator/ (double, const Mtbl &) |
double / Mtbl More... | |
Mtbl | Lorene::operator/ (const Mtbl &, int) |
Mtbl / int. More... | |
Mtbl | Lorene::operator/ (int, const Mtbl &) |
int / Mtbl More... | |
Mtbl | Lorene::sin (const Mtbl &) |
Sine. More... | |
Mtbl | Lorene::cos (const Mtbl &) |
Cosine. More... | |
Mtbl | Lorene::tan (const Mtbl &) |
Tangent. More... | |
Mtbl | Lorene::asin (const Mtbl &) |
Arcsine. More... | |
Mtbl | Lorene::acos (const Mtbl &) |
Arccosine. More... | |
Mtbl | Lorene::atan (const Mtbl &) |
Arctangent. More... | |
Mtbl | Lorene::exp (const Mtbl &) |
Exponential. More... | |
Mtbl | Lorene::Heaviside (const Mtbl &) |
Heaviside function. More... | |
Mtbl | Lorene::log (const Mtbl &) |
Neperian logarithm. More... | |
Mtbl | Lorene::log10 (const Mtbl &) |
Basis 10 logarithm. More... | |
Mtbl | Lorene::sqrt (const Mtbl &) |
Square root. More... | |
Mtbl | Lorene::racine_cubique (const Mtbl &) |
Cube root. More... | |
Mtbl | Lorene::pow (const Mtbl &, int) |
Power . More... | |
Mtbl | Lorene::pow (const Mtbl &, double) |
Power . More... | |
Mtbl | Lorene::abs (const Mtbl &) |
Absolute value. More... | |
double | Lorene::totalmax (const Mtbl &) |
Maximum value of the Mtbl elements in all domains. More... | |
double | Lorene::totalmin (const Mtbl &) |
Minimum value of the Mtbl elements in all domain. More... | |
Tbl | Lorene::max (const Mtbl &) |
Maximum values of the Mtbl elements in each domain. More... | |
Tbl | Lorene::min (const Mtbl &) |
Minimum values of the Mtbl elements in each domain. More... | |
Tbl | Lorene::norme (const Mtbl &) |
Sums of the absolute values of all the Mtbl elements in each domain. More... | |
Tbl | Lorene::diffrel (const Mtbl &a, const Mtbl &b) |
Relative difference between two Mtbl (norme version). More... | |
Tbl | Lorene::diffrelmax (const Mtbl &a, const Mtbl &b) |
Relative difference between two Mtbl (max version). More... | |
()
Relative difference between two Mtbl
(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 641 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Relative difference between two Mtbl
(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 674 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Heaviside function.
Definition at line 320 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Neperian logarithm.
Definition at line 349 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Basis 10 logarithm.
Definition at line 375 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Maximum values of the Mtbl
elements 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 554 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Minimum values of the Mtbl
elements 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 583 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
Sums of the absolute values of all the Mtbl
elements 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 612 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
double * Mtbl
Definition at line 378 of file mtbl_arithm.C.
Mtbl * int.
Definition at line 385 of file mtbl_arithm.C.
int * Mtbl
Definition at line 392 of file mtbl_arithm.C.
double + Mtbl
Definition at line 198 of file mtbl_arithm.C.
Mtbl + int.
Definition at line 205 of file mtbl_arithm.C.
int + Mtbl
Definition at line 212 of file mtbl_arithm.C.
double - Mtbl
Definition at line 291 of file mtbl_arithm.C.
Mtbl - int.
Definition at line 298 of file mtbl_arithm.C.
int - Mtbl
Definition at line 305 of file mtbl_arithm.C.
Mtbl / int.
Definition at line 465 of file mtbl_arithm.C.
int / Mtbl
Definition at line 506 of file mtbl_arithm.C.
double Lorene::totalmax | ( | const Mtbl & | mti | ) |
Maximum value of the Mtbl
elements in all domains.
Definition at line 497 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().
double Lorene::totalmin | ( | const Mtbl & | mti | ) |
Minimum value of the Mtbl
elements in all domain.
Definition at line 525 of file mtbl_math.C.
References Lorene::Mtbl::get_etat().