|
LORENE
|
() More...
Functions | |
| Cmp | Lorene::operator+ (const Cmp &) |
| Cmp | Lorene::operator- (const Cmp &) |
- Cmp | |
| Cmp | Lorene::operator+ (const Cmp &, const Cmp &) |
| Cmp + Cmp. | |
| Cmp | Lorene::operator+ (const Cmp &, double) |
| Cmp + double. | |
| Cmp | Lorene::operator+ (double, const Cmp &) |
| double + Cmp | |
| Cmp | Lorene::operator+ (const Cmp &, int) |
| Cmp + int. | |
| Cmp | Lorene::operator+ (int, const Cmp &) |
| int + Cmp | |
| Cmp | Lorene::operator- (const Cmp &, const Cmp &) |
| Cmp - Cmp. | |
| Cmp | Lorene::operator- (const Cmp &, double) |
| Cmp - double. | |
| Cmp | Lorene::operator- (double, const Cmp &) |
| double - Cmp | |
| Cmp | Lorene::operator- (const Cmp &, int) |
| Cmp - int. | |
| Cmp | Lorene::operator- (int, const Cmp &) |
| int - Cmp | |
| Cmp | Lorene::operator* (const Cmp &, const Cmp &) |
| Cmp * Cmp. | |
| Cmp | Lorene::operator% (const Cmp &, const Cmp &) |
| Cmp * Cmp with desaliasing. | |
| Cmp | Lorene::operator* (const Cmp &, double) |
| Cmp * double. | |
| Cmp | Lorene::operator* (double, const Cmp &) |
| double * Cmp | |
| Cmp | Lorene::operator* (const Cmp &, int) |
| Cmp * int. | |
| Cmp | Lorene::operator* (int, const Cmp &) |
| int * Cmp | |
| Cmp | Lorene::operator/ (const Cmp &, const Cmp &) |
| Cmp / Cmp. | |
| Cmp | Lorene::operator/ (const Cmp &, double) |
| Cmp / double. | |
| Cmp | Lorene::operator/ (double, const Cmp &) |
| double / Cmp | |
| Cmp | Lorene::operator/ (const Cmp &, int) |
| Cmp / int. | |
| Cmp | Lorene::operator/ (int, const Cmp &) |
| int / Cmp | |
| Cmp | Lorene::sin (const Cmp &) |
| Sine. | |
| Cmp | Lorene::cos (const Cmp &) |
| Cosine. | |
| Cmp | Lorene::tan (const Cmp &) |
| Tangent. | |
| Cmp | Lorene::asin (const Cmp &) |
| Arcsine. | |
| Cmp | Lorene::acos (const Cmp &) |
| Arccosine. | |
| Cmp | Lorene::atan (const Cmp &) |
| Arctangent. | |
| Cmp | Lorene::exp (const Cmp &) |
| Exponential. | |
| Cmp | Lorene::log (const Cmp &) |
| Neperian logarithm. | |
| Cmp | Lorene::log10 (const Cmp &) |
| Basis 10 logarithm. | |
| Cmp | Lorene::sqrt (const Cmp &) |
| Square root. | |
| Cmp | Lorene::racine_cubique (const Cmp &) |
| Cube root. | |
| Cmp | Lorene::pow (const Cmp &, int) |
Power ![]() | |
| Cmp | Lorene::pow (const Cmp &, double) |
Power ![]() | |
| Cmp | Lorene::abs (const Cmp &) |
| Absolute value. | |
| Tbl | Lorene::max (const Cmp &) |
Maximum values of a Cmp in each domain. | |
| Tbl | Lorene::min (const Cmp &) |
Minimum values of a Cmp in each domain. | |
| Tbl | Lorene::norme (const Cmp &) |
Sums of the absolute values of all the values of the Cmp in each domain. | |
| Tbl | Lorene::diffrel (const Cmp &a, const Cmp &b) |
Relative difference between two Cmp (norme version). | |
| Tbl | Lorene::diffrelmax (const Cmp &a, const Cmp &b) |
Relative difference between two Cmp (max version). | |
()
Absolute value.
Definition at line 413 of file cmp_math.C.
References abs(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Arccosine.
Definition at line 172 of file cmp_math.C.
References acos(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Arcsine.
Definition at line 147 of file cmp_math.C.
References asin(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Arctangent.
Definition at line 198 of file cmp_math.C.
References atan(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Cosine.
Definition at line 97 of file cmp_math.C.
References cos(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
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(), Lorene::Tbl::get_etat(), Lorene::Cmp::get_mp(), norme(), Lorene::Tbl::set(), and Lorene::Tbl::set_etat_qcq().
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 abs(), Lorene::Cmp::get_etat(), Lorene::Tbl::get_etat(), Lorene::Cmp::get_mp(), max(), Lorene::Tbl::set(), and Lorene::Tbl::set_etat_qcq().
Exponential.
Definition at line 273 of file cmp_math.C.
References exp(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Neperian logarithm.
Definition at line 299 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), log(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Basis 10 logarithm.
Definition at line 325 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), log10(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
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::Tbl::annule_hard(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), max(), and Lorene::Cmp::va.
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::Tbl::annule_hard(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), min(), and Lorene::Cmp::va.
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::Tbl::annule_hard(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), norme(), and Lorene::Cmp::va.
Definition at line 367 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Definition at line 339 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Cmp * int.
Definition at line 435 of file cmp_arithm.C.
double * Cmp
Definition at line 399 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
int * Cmp
Definition at line 442 of file cmp_arithm.C.
Definition at line 107 of file cmp_arithm.C.
Definition at line 134 of file cmp_arithm.C.
References Lorene::Cmp::dz_nonzero(), Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Cmp + double.
Definition at line 178 of file cmp_arithm.C.
References Lorene::Cmp::check_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::set_dzpuis(), Lorene::Cmp::va, and x.
Cmp + int.
Definition at line 214 of file cmp_arithm.C.
int + Cmp
Definition at line 221 of file cmp_arithm.C.
- Cmp
Definition at line 111 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Definition at line 236 of file cmp_arithm.C.
References Lorene::Cmp::dz_nonzero(), Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Cmp - double.
Definition at line 280 of file cmp_arithm.C.
References Lorene::Cmp::check_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::set_dzpuis(), Lorene::Cmp::va, and x.
Cmp - int.
Definition at line 316 of file cmp_arithm.C.
int - Cmp
Definition at line 323 of file cmp_arithm.C.
Definition at line 460 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, and Lorene::Cmp::va.
Cmp / double.
Definition at line 494 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, Lorene::Cmp::va, and x.
Cmp / int.
Definition at line 555 of file cmp_arithm.C.
double / Cmp
Definition at line 524 of file cmp_arithm.C.
References Lorene::Cmp::get_dzpuis(), Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), r, Lorene::Cmp::va, and x.
int / Cmp
Definition at line 564 of file cmp_arithm.C.
Power 
Definition at line 382 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), pow(), Lorene::Cmp::set_etat_qcq(), Lorene::Cmp::va, and x.
Power 
Definition at line 351 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), pow(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Cube root.
Definition at line 248 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), racine_cubique(), Lorene::Cmp::set_etat_qcq(), and Lorene::Cmp::va.
Sine.
Definition at line 72 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), sin(), and Lorene::Cmp::va.
Square root.
Definition at line 223 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), sqrt(), and Lorene::Cmp::va.
Tangent.
Definition at line 123 of file cmp_math.C.
References Lorene::Cmp::get_etat(), Lorene::Cmp::get_mp(), Lorene::Cmp::set_etat_qcq(), tan(), and Lorene::Cmp::va.