Polynome#

#include <Polynome.h>
Brief description

Polynome a n variables, n < = 4 Implementation des coefficients a l’aide d’un DoubleTab.

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome <class-polynome>`
[Polynome](#class-polynome)

Detailed description#

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classPolynome__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

coeff#

Definition
double & Polynome::coeff(int n1)
Brief description

Retourne le coefficient du terme de degre n1.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double & Polynome::coeff(int n1) <polynome-public-double-ref-polynome-coeff-int-n1>`
[double & Polynome::coeff(int n1)](#polynome-public-double-ref-polynome-coeff-int-n1)

coeff#

Definition
double Polynome::coeff(int n1) const
Brief description

Retourne le coefficient du terme de degre n1.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::coeff(int n1) const <polynome-public-double-polynome-coeff-int-n1-const>`
[double Polynome::coeff(int n1) const](#polynome-public-double-polynome-coeff-int-n1-const)

coeff#

Definition
double & Polynome::coeff(int n1, int n2)
Brief description

Retourne le coefficient du terme de degre n1,n2.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double & Polynome::coeff(int n1, int n2) <polynome-public-double-ref-polynome-coeff-int-n1-int-n2>`
[double & Polynome::coeff(int n1, int n2)](#polynome-public-double-ref-polynome-coeff-int-n1-int-n2)

coeff#

Definition
double Polynome::coeff(int n1, int n2) const
Brief description

Retourne le coefficient du terme de degre n1,n2.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::coeff(int n1, int n2) const <polynome-public-double-polynome-coeff-int-n1-int-n2-const>`
[double Polynome::coeff(int n1, int n2) const](#polynome-public-double-polynome-coeff-int-n1-int-n2-const)

coeff#

Definition
double & Polynome::coeff(int n1, int n2, int n3)
Brief description

Retourne le coefficient du terme de degre n1,n2,n3.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double & Polynome::coeff(int n1, int n2, int n3) <polynome-public-double-ref-polynome-coeff-int-n1-int-n2-int-n3>`
[double & Polynome::coeff(int n1, int n2, int n3)](#polynome-public-double-ref-polynome-coeff-int-n1-int-n2-int-n3)

coeff#

Definition
double Polynome::coeff(int n1, int n2, int n3) const
Brief description

Retourne le coefficient du terme de degre n1,n2,n3.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::coeff(int n1, int n2, int n3) const <polynome-public-double-polynome-coeff-int-n1-int-n2-int-n3-const>`
[double Polynome::coeff(int n1, int n2, int n3) const](#polynome-public-double-polynome-coeff-int-n1-int-n2-int-n3-const)

coeff#

Definition
double & Polynome::coeff(int n1, int n2, int n3, int n4)
Brief description

Retourne le coefficient du terme de degre n1,n2,n3,n4.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double & Polynome::coeff(int n1, int n2, int n3, int n4) <polynome-public-double-ref-polynome-coeff-int-n1-int-n2-int-n3-int-n4>`
[double & Polynome::coeff(int n1, int n2, int n3, int n4)](#polynome-public-double-ref-polynome-coeff-int-n1-int-n2-int-n3-int-n4)

coeff#

Definition
double Polynome::coeff(int n1, int n2, int n3, int n4) const
Brief description

Retourne le coefficient du terme de degre n1,n2,n3,n4.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::coeff(int n1, int n2, int n3, int n4) const <polynome-public-double-polynome-coeff-int-n1-int-n2-int-n3-int-n4-const>`
[double Polynome::coeff(int n1, int n2, int n3, int n4) const](#polynome-public-double-polynome-coeff-int-n1-int-n2-int-n3-int-n4-const)

degre#

Definition
int Polynome::degre(int) const
Brief description

Retourne le degre du polynome par rapport a la ieme variable.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Polynome::degre(int) const <polynome-public-int-polynome-degre-int-const>`
[int Polynome::degre(int) const](#polynome-public-int-polynome-degre-int-const)

derive#

Definition
double Polynome::derive(double x1) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::derive(double x1) const <polynome-public-double-polynome-derive-double-x1-const>`
[double Polynome::derive(double x1) const](#polynome-public-double-polynome-derive-double-x1-const)

derive#

Definition
double Polynome::derive(double x1, double x2) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::derive(double x1, double x2) const <polynome-public-double-polynome-derive-double-x1-double-x2-const>`
[double Polynome::derive(double x1, double x2) const](#polynome-public-double-polynome-derive-double-x1-double-x2-const)

derive#

Definition
double Polynome::derive(double x1, double x2, double x3) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::derive(double x1, double x2, double x3) const <polynome-public-double-polynome-derive-double-x1-double-x2-double-x3-const>`
[double Polynome::derive(double x1, double x2, double x3) const](#polynome-public-double-polynome-derive-double-x1-double-x2-double-x3-const)

derive#

Definition
double Polynome::derive(double x1, double x2, double x3, double x4) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::derive(double x1, double x2, double x3, double x4) const <polynome-public-double-polynome-derive-double-x1-double-x2-double-x3-double-x4-const>`
[double Polynome::derive(double x1, double x2, double x3, double x4) const](#polynome-public-double-polynome-derive-double-x1-double-x2-double-x3-double-x4-const)

derive#

Definition
void Polynome::derive(int=0)
Brief description

Non code.

Detailed description

Ne fait rien

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Polynome::derive(int=0) <polynome-public-void-polynome-derive-int-equal-0>`
[void Polynome::derive(int=0)](#polynome-public-void-polynome-derive-int-equal-0)

duplique#

Definition
int Polynome::duplique() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Polynome::duplique() const override <polynome-public-int-polynome-duplique-const-override>`
[int Polynome::duplique() const override](#polynome-public-int-polynome-duplique-const-override)

get_info#

Definition
const Type_info * Polynome::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Polynome::get_info() const override <polynome-public-const-type-info-ptr-polynome-get-info-const-override>`
[const Type_info * Polynome::get_info() const override](#polynome-public-const-type-info-ptr-polynome-get-info-const-override)

integre#

Definition
double Polynome::integre(double x1) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::integre(double x1) const <polynome-public-double-polynome-integre-double-x1-const>`
[double Polynome::integre(double x1) const](#polynome-public-double-polynome-integre-double-x1-const)

integre#

Definition
double Polynome::integre(double x1, double x2) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::integre(double x1, double x2) const <polynome-public-double-polynome-integre-double-x1-double-x2-const>`
[double Polynome::integre(double x1, double x2) const](#polynome-public-double-polynome-integre-double-x1-double-x2-const)

integre#

Definition
double Polynome::integre(double x1, double x2, double x3) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::integre(double x1, double x2, double x3) const <polynome-public-double-polynome-integre-double-x1-double-x2-double-x3-const>`
[double Polynome::integre(double x1, double x2, double x3) const](#polynome-public-double-polynome-integre-double-x1-double-x2-double-x3-const)

integre#

Definition
double Polynome::integre(double x1, double x2, double x3, double x4) const
Brief description

Non code.

Detailed description

retourne 0.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::integre(double x1, double x2, double x3, double x4) const <polynome-public-double-polynome-integre-double-x1-double-x2-double-x3-double-x4-const>`
[double Polynome::integre(double x1, double x2, double x3, double x4) const](#polynome-public-double-polynome-integre-double-x1-double-x2-double-x3-double-x4-const)

integre#

Definition
void Polynome::integre(int=0)
Brief description

Non code.

Detailed description

Ne fait rien

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Polynome::integre(int=0) <polynome-public-void-polynome-integre-int-equal-0>`
[void Polynome::integre(int=0)](#polynome-public-void-polynome-integre-int-equal-0)

operator()#

Definition
double Polynome::operator()(double x1) const
Brief description

Calcul de la valeur du polynome au point x1.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::operator()(double x1) const <polynome-public-double-polynome-operator-double-x1-const>`
[double Polynome::operator()(double x1) const](#polynome-public-double-polynome-operator-double-x1-const)

operator()#

Definition
double Polynome::operator()(double x1, double x2) const
Brief description

Calcul de la valeur du polynome au point x1,x2.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::operator()(double x1, double x2) const <polynome-public-double-polynome-operator-double-x1-double-x2-const>`
[double Polynome::operator()(double x1, double x2) const](#polynome-public-double-polynome-operator-double-x1-double-x2-const)

operator()#

Definition
double Polynome::operator()(double x1, double x2, double x3) const
Brief description

Calcul de la valeur du polynome au point x1,x2,x3.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::operator()(double x1, double x2, double x3) const <polynome-public-double-polynome-operator-double-x1-double-x2-double-x3-const>`
[double Polynome::operator()(double x1, double x2, double x3) const](#polynome-public-double-polynome-operator-double-x1-double-x2-double-x3-const)

operator()#

Definition
double Polynome::operator()(double x1, double x2, double x3, double x4) const
Brief description

Calcul de la valeur du polynome au point x1,x2,x3,x4.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Polynome::operator()(double x1, double x2, double x3, double x4) const <polynome-public-double-polynome-operator-double-x1-double-x2-double-x3-double-x4-const>`
[double Polynome::operator()(double x1, double x2, double x3, double x4) const](#polynome-public-double-polynome-operator-double-x1-double-x2-double-x3-double-x4-const)

operator* =#

Definition
Polynome & Polynome::operator*=(const Polynome &)
Brief description

Non code.

Detailed description

Ne fait rien. Retourne *this.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::operator*=(const Polynome &) <polynome-public-polynome-ref-polynome-operator-ptr-equal-const-polynome-ref>`
[Polynome & Polynome::operator*=(const Polynome &)](#polynome-public-polynome-ref-polynome-operator-ptr-equal-const-polynome-ref)

operator* =#

Definition
Polynome & Polynome::operator*=(double)
Brief description

Non code.

Detailed description

Ne fait rien. Retourne *this.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::operator*=(double) <polynome-public-polynome-ref-polynome-operator-ptr-equal-double>`
[Polynome & Polynome::operator*=(double)](#polynome-public-polynome-ref-polynome-operator-ptr-equal-double)

operator + =#

Definition
Polynome & Polynome::operator+=(const Polynome &)
Brief description

Non code.

Detailed description

Ne fait rien. Retourne *this.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::operator+=(const Polynome &) <polynome-public-polynome-ref-polynome-operator+-equal-const-polynome-ref>`
[Polynome & Polynome::operator+=(const Polynome &)](#polynome-public-polynome-ref-polynome-operator+-equal-const-polynome-ref)

operator - =#

Definition
Polynome & Polynome::operator-=(const Polynome &)
Brief description

Non code.

Detailed description

Ne fait rien. Retourne *this.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::operator-=(const Polynome &) <polynome-public-polynome-ref-polynome-operator-equal-const-polynome-ref>`
[Polynome & Polynome::operator-=(const Polynome &)](#polynome-public-polynome-ref-polynome-operator-equal-const-polynome-ref)

operator/ =#

Definition
Polynome & Polynome::operator/=(double)
Brief description

Non code.

Detailed description

Ne fait rien. Retourne *this.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::operator/=(double) <polynome-public-polynome-ref-polynome-operator/-equal-double>`
[Polynome & Polynome::operator/=(double)](#polynome-public-polynome-ref-polynome-operator/-equal-double)

Polynome#

Definition
Polynome::Polynome()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome() <polynome-public-polynome-polynome>`
[Polynome::Polynome()](#polynome-public-polynome-polynome)

Polynome#

Definition
Polynome::Polynome(const DoubleTab &)
Brief description

Construction d’un polynome a partir du tableau de ses coefficients.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome(const DoubleTab &) <polynome-public-polynome-polynome-const-doubletab-ref>`
[Polynome::Polynome(const DoubleTab &)](#polynome-public-polynome-polynome-const-doubletab-ref)

Polynome#

Definition
Polynome::Polynome(int n1)
Brief description

Construction d’un polynome a une variable de degre n1.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome(int n1) <polynome-public-polynome-polynome-int-n1>`
[Polynome::Polynome(int n1)](#polynome-public-polynome-polynome-int-n1)

Polynome#

Definition
Polynome::Polynome(int n1, int n2)
Brief description

Construction d’un polynome a 2 variables de degres n1 et n2.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome(int n1, int n2) <polynome-public-polynome-polynome-int-n1-int-n2>`
[Polynome::Polynome(int n1, int n2)](#polynome-public-polynome-polynome-int-n1-int-n2)

Polynome#

Definition
Polynome::Polynome(int n1, int n2, int n3)
Brief description

Construction d’un polynome a 3 variables de degres n1, n2 et n3.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome(int n1, int n2, int n3) <polynome-public-polynome-polynome-int-n1-int-n2-int-n3>`
[Polynome::Polynome(int n1, int n2, int n3)](#polynome-public-polynome-polynome-int-n1-int-n2-int-n3)

Polynome#

Definition
Polynome::Polynome(int n1, int n2, int n3, int n4)
Brief description

Construction d’un polynome a 4 variables de degres n1, n2, n3 et n4.

Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::Polynome(int n1, int n2, int n3, int n4) <polynome-public-polynome-polynome-int-n1-int-n2-int-n3-int-n4>`
[Polynome::Polynome(int n1, int n2, int n3, int n4)](#polynome-public-polynome-polynome-int-n1-int-n2-int-n3-int-n4)

taille_memoire#

Definition
unsigned Polynome::taille_memoire() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`unsigned Polynome::taille_memoire() const override <polynome-public-unsigned-polynome-taille-memoire-const-override>`
[unsigned Polynome::taille_memoire() const override](#polynome-public-unsigned-polynome-taille-memoire-const-override)

~Polynome#

Definition
Polynome::~Polynome()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome::~Polynome() <polynome-public-polynome-dtor-polynome>`
[Polynome::~Polynome()](#polynome-public-polynome-dtor-polynome)

cree_instance#

Definition
Objet_U * Polynome::cree_instance()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Objet_U * Polynome::cree_instance() <polynome-public-static-objet-u-ptr-polynome-cree-instance>`
[Objet_U * Polynome::cree_instance()](#polynome-public-static-objet-u-ptr-polynome-cree-instance)

info#

Definition
const Type_info * Polynome::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Polynome::info() <polynome-public-static-const-type-info-ptr-polynome-info>`
[const Type_info * Polynome::info()](#polynome-public-static-const-type-info-ptr-polynome-info)

self_cast#

Definition
const Polynome & Polynome::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Polynome & Polynome::self_cast(const Objet_U &) <polynome-public-static-const-polynome-ref-polynome-self-cast-const-objet-u-ref>`
[const Polynome & Polynome::self_cast(const Objet_U &)](#polynome-public-static-const-polynome-ref-polynome-self-cast-const-objet-u-ref)

self_cast#

Definition
Polynome & Polynome::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Polynome & Polynome::self_cast(Objet_U &) <polynome-public-static-polynome-ref-polynome-self-cast-objet-u-ref>`
[Polynome & Polynome::self_cast(Objet_U &)](#polynome-public-static-polynome-ref-polynome-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Polynome::printOn(Sortie &x) const override
Brief description

Ecriture sur un flot de sortie Ecrit le tableau des coefficients.

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Polynome::printOn(Sortie &x) const override <polynome-protected-sortie-ref-polynome-printon-sortie-ref-x-const-override>`
[Sortie & Polynome::printOn(Sortie &x) const override](#polynome-protected-sortie-ref-polynome-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Polynome::readOn(Entree &) override
Brief description

Lecture dans un flot d’entree Lecture du tableau des coefficients.

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Polynome::readOn(Entree &) override <polynome-protected-entree-ref-polynome-readon-entree-ref-override>`
[Entree & Polynome::readOn(Entree &) override](#polynome-protected-entree-ref-polynome-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Polynome::info_obj
coeff_ (private)
DoubleTab Polynome::coeff_