CLASS
1.1
|
Header file for IsotopicVector class. The aim of this Class is to manage any kind of IsotopicVector, and any operation between them : sum, substraction.... Plus de détails...
Aller au code source de ce fichier.
Classes | |
class | IsotopicVector |
Fonctions | |
IsotopicVector | operator/ (IsotopicVector const &IVA, double F) |
IsotopicVector | operator/ (ZAI const &zai, double F) |
IsotopicVector | operator* (IsotopicVector const &IVA, double F) |
IsotopicVector | operator* (ZAI const &zai, double F) |
IsotopicVector | operator+ (IsotopicVector const &IVa, IsotopicVector const &IVb) |
IsotopicVector | operator- (IsotopicVector const &IVa, IsotopicVector const &IVb) |
double | Distance (IsotopicVector IV1, IsotopicVector IV2) |
double | Norme (IsotopicVector IV1) |
Header file for IsotopicVector class. The aim of this Class is to manage any kind of IsotopicVector, and any operation between them : sum, substraction....
Définition dans le fichier IsotopicVector.hxx.
double Distance | ( | IsotopicVector | IV1, |
IsotopicVector | IV2 | ||
) |
Définition à la ligne 44 du fichier IsotopicVector.cxx.
double Norme | ( | IsotopicVector | IV1 | ) |
IsotopicVector operator* | ( | IsotopicVector const & | IVA, |
double | F | ||
) |
Définition à la ligne 101 du fichier IsotopicVector.cxx.
IsotopicVector operator* | ( | ZAI const & | zai, |
double | F | ||
) |
Définition à la ligne 81 du fichier IsotopicVector.cxx.
IsotopicVector operator+ | ( | IsotopicVector const & | IVa, |
IsotopicVector const & | IVb | ||
) |
Définition à la ligne 64 du fichier IsotopicVector.cxx.
IsotopicVector operator- | ( | IsotopicVector const & | IVa, |
IsotopicVector const & | IVb | ||
) |
Définition à la ligne 72 du fichier IsotopicVector.cxx.
IsotopicVector operator/ | ( | IsotopicVector const & | IVA, |
double | F | ||
) |
Définition à la ligne 110 du fichier IsotopicVector.cxx.
IsotopicVector operator/ | ( | ZAI const & | zai, |
double | F | ||
) |
Définition à la ligne 90 du fichier IsotopicVector.cxx.