LORENE
|
() More...
()
Absolute value.
Definition at line 70 of file mtbl_cf_math.C.
References Lorene::abs(), Lorene::Mtbl_cf::base, Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_mg(), Lorene::Mtbl_cf::get_nzone(), Lorene::Mtbl_cf::set_etat_qcq(), and Lorene::Mtbl_cf::t.
Relative difference between two Mtbl_cf
(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 191 of file mtbl_cf_math.C.
References Lorene::Mtbl_cf::get_etat(), Lorene::Tbl::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::norme(), Lorene::Tbl::set(), and Lorene::Tbl::set_etat_qcq().
Relative difference between two Mtbl_cf
(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 226 of file mtbl_cf_math.C.
References Lorene::abs(), Lorene::Mtbl_cf::get_etat(), Lorene::Tbl::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::max(), Lorene::Tbl::set(), and Lorene::Tbl::set_etat_qcq().
Maximum values of the Mtbl_cf
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 104 of file mtbl_cf_math.C.
References Lorene::Tbl::annule_hard(), Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::max(), Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), and Lorene::Mtbl_cf::t.
Minimum values of the Mtbl_cf
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 133 of file mtbl_cf_math.C.
References Lorene::Tbl::annule_hard(), Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::min(), Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), and Lorene::Mtbl_cf::t.
Sums of the absolute values of all the Mtbl_cf
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 162 of file mtbl_cf_math.C.
References Lorene::Tbl::annule_hard(), Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::norme(), Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), and Lorene::Mtbl_cf::t.
Mtbl_cf Lorene::operator* | ( | const Mtbl_cf & | t1, |
double | x | ||
) |
Mtbl_cf * double.
Definition at line 204 of file mtbl_cf_arithm.C.
References Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), Lorene::Mtbl_cf::set_etat_zero(), and Lorene::Mtbl_cf::t.
Mtbl_cf Lorene::operator* | ( | const Mtbl_cf & | t1, |
int | m | ||
) |
Mtbl_cf * int.
Definition at line 242 of file mtbl_cf_arithm.C.
Mtbl_cf Lorene::operator* | ( | double | x, |
const Mtbl_cf & | t1 | ||
) |
double * Mtbl_cf
Definition at line 235 of file mtbl_cf_arithm.C.
Mtbl_cf Lorene::operator* | ( | int | m, |
const Mtbl_cf & | t1 | ||
) |
int * Mtbl_cf
Definition at line 249 of file mtbl_cf_arithm.C.
Mtbl_cf Lorene::operator+ | ( | const Mtbl_cf & | t1 | ) |
Definition at line 128 of file mtbl_cf_arithm.C.
References Lorene::Mtbl_cf::base, Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_mg(), Lorene::Mtbl_cf::get_nzone(), and Lorene::Mtbl_cf::t.
Mtbl_cf Lorene::operator- | ( | const Mtbl_cf & | t1 | ) |
-
Mtbl_cf
Definition at line 101 of file mtbl_cf_arithm.C.
References Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), and Lorene::Mtbl_cf::t.
Definition at line 166 of file mtbl_cf_arithm.C.
References Lorene::Mtbl_cf::base, Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_mg(), Lorene::Mtbl_cf::get_nzone(), and Lorene::Mtbl_cf::t.
Mtbl_cf Lorene::operator/ | ( | const Mtbl_cf & | t1, |
double | x | ||
) |
Mtbl_cf / double.
Definition at line 262 of file mtbl_cf_arithm.C.
References Lorene::Mtbl_cf::get_etat(), Lorene::Mtbl_cf::get_nzone(), and Lorene::Mtbl_cf::t.
Mtbl_cf Lorene::operator/ | ( | const Mtbl_cf & | t1, |
int | n | ||
) |
Mtbl_cf / int.
Definition at line 291 of file mtbl_cf_arithm.C.