53 int n=coeff_.dimension(0);
73 int n1=coeff_.dimension(0);
74 int n2=coeff_.dimension(1);
83 n2=coeff_.dimension(1);
87 sum+=coeff_(i,j++)*xj*xi;
105 int n1=coeff_.dimension(0);
106 int n2=coeff_.dimension(1);
107 int n3=coeff_.dimension(2);
118 n2=coeff_.dimension(1);
123 n3=coeff_.dimension(2);
127 sum+=coeff_(i,j,k++)*xk*xj*xi;
149 int n1=coeff_.dimension(0);
150 int n2=coeff_.dimension(1);
151 int n3=coeff_.dimension(2);
152 int n4=coeff_.dimension(3);
165 n2=coeff_.dimension(1);
170 n3=coeff_.dimension(2);
175 n4=coeff_.dimension(3);
179 sum+=coeff_(i,j,k,l++)*xl*xk*xj*xi;
Class defining operators and methods for all reading operation in an input flow (file,...
classe Objet_U Cette classe est la classe de base des Objets de TRUST
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
Polynome a n variables, n <= 4 Implementation des coefficients a l'aide d'un DoubleTab.
void derive(int=0)
Non code.
Polynome(int n1)
Construction d'un polynome a une variable de degre n1.
Polynome & operator/=(double)
Non code.
Polynome & operator+=(const Polynome &)
Non code.
Polynome & operator*=(const Polynome &)
Non code.
double operator()(double x1) const
Calcul de la valeur du polynome au point x1.
void integre(int=0)
Non code.
Polynome & operator-=(const Polynome &)
Non code.
Classe de base des flux de sortie.