LORENE
|
() More...
()
Absolute value.
Definition at line 441 of file tbl_math.C.
Relative difference between two Tbl
(norme version).
Returns norme
(a-b)/norme(b) unless b=0
, in which case it returns norme
(a-b).
Definition at line 574 of file tbl_math.C.
References Lorene::norme().
Relative difference between two Tbl
(max version).
Returns max
(abs(a-b))/max(abs(b)) unless b=0
, in which case it returns max
(abs(a-b)).
Definition at line 598 of file tbl_math.C.
References Lorene::abs(), and Lorene::max().
Heaviside function.
Definition at line 293 of file tbl_math.C.
Maximum value of the Tbl
elements.
Definition at line 498 of file tbl_math.C.
Minimum value of the Tbl
elements.
Definition at line 524 of file tbl_math.C.
Sum of the absolute values of all the Tbl
elements.
Definition at line 550 of file tbl_math.C.
Definition at line 288 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), and Lorene::Tbl::t.
Tbl Lorene::operator* | ( | const Tbl & | t1, |
double | x | ||
) |
Tbl * double.
Definition at line 321 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_zero(), and Lorene::Tbl::t.
Tbl Lorene::operator* | ( | const Tbl & | t1, |
int | n | ||
) |
Tbl * int.
Definition at line 358 of file tbl_arithm.C.
Tbl Lorene::operator* | ( | double | x, |
const Tbl & | t1 | ||
) |
double * Tbl
Definition at line 351 of file tbl_arithm.C.
Tbl Lorene::operator* | ( | int | n, |
const Tbl & | t1 | ||
) |
int * Tbl
Definition at line 365 of file tbl_arithm.C.
Tbl Lorene::operator+ | ( | const Tbl & | t1 | ) |
Definition at line 77 of file tbl_arithm.C.
Definition at line 112 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), and Lorene::Tbl::t.
Tbl Lorene::operator+ | ( | const Tbl & | t1, |
double | x | ||
) |
Tbl + double.
Definition at line 146 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_qcq(), and Lorene::Tbl::t.
Tbl Lorene::operator+ | ( | const Tbl & | t1, |
int | n | ||
) |
Tbl + int.
Definition at line 174 of file tbl_arithm.C.
Tbl Lorene::operator+ | ( | double | x, |
const Tbl & | t1 | ||
) |
double + Tbl
Definition at line 167 of file tbl_arithm.C.
Tbl Lorene::operator+ | ( | int | n, |
const Tbl & | t1 | ||
) |
int + Tbl
Definition at line 181 of file tbl_arithm.C.
Tbl Lorene::operator- | ( | const Tbl & | t1 | ) |
-
Tbl
Definition at line 87 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_qcq(), and Lorene::Tbl::t.
Definition at line 193 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), and Lorene::Tbl::t.
Tbl Lorene::operator- | ( | const Tbl & | t1, |
double | x | ||
) |
Tbl - double.
Definition at line 228 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_qcq(), and Lorene::Tbl::t.
Tbl Lorene::operator- | ( | const Tbl & | t1, |
int | n | ||
) |
Tbl - int.
Definition at line 249 of file tbl_arithm.C.
Tbl Lorene::operator- | ( | double | x, |
const Tbl & | t1 | ||
) |
double - Tbl
Definition at line 256 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_qcq(), and Lorene::Tbl::t.
Tbl Lorene::operator- | ( | int | n, |
const Tbl & | t1 | ||
) |
int - Tbl
Definition at line 277 of file tbl_arithm.C.
Definition at line 376 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), and Lorene::Tbl::t.
Tbl Lorene::operator/ | ( | const Tbl & | t1, |
double | x | ||
) |
Tbl / double.
Definition at line 410 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), and Lorene::Tbl::t.
Tbl Lorene::operator/ | ( | const Tbl & | t1, |
int | n | ||
) |
Tbl / int.
Definition at line 436 of file tbl_arithm.C.
Tbl Lorene::operator/ | ( | double | x, |
const Tbl & | t1 | ||
) |
double / Tbl
Definition at line 443 of file tbl_arithm.C.
References Lorene::Tbl::get_taille(), Lorene::Tbl::set_etat_qcq(), Lorene::Tbl::set_etat_zero(), and Lorene::Tbl::t.
Tbl Lorene::operator/ | ( | int | n, |
const Tbl & | t1 | ||
) |
int / Tbl
Definition at line 475 of file tbl_arithm.C.