Matrice_Diagonale#

#include <Matrice_Diagonale.h>
Brief description

Classe Matrice_Diagonale Represente une matrice diagonale.

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:`Matrice\_Diagonale <class-matrice-diagonale>`
[Matrice\_Diagonale](#class-matrice-diagonale)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classMatrice__Diagonale__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter_multTab_#

Definition
DoubleTab & Matrice_Diagonale::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const override
Brief description
Detailed description

Reimplements:

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:`DoubleTab & Matrice_Diagonale::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const override <matrice-diagonale-public-doubletab-ref-matrice-diagonale-ajouter-multtab-underscore-const-doubletab-ref-x-doubletab-ref-r-const-override>`
[DoubleTab & Matrice_Diagonale::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const override](#matrice-diagonale-public-doubletab-ref-matrice-diagonale-ajouter-multtab-underscore-const-doubletab-ref-x-doubletab-ref-r-const-override)

ajouter_multvect_#

Definition
DoubleVect & Matrice_Diagonale::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const override
Brief description
Detailed description

Reimplements:

References
Referenced By
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:`DoubleVect & Matrice_Diagonale::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const override <matrice-diagonale-public-doublevect-ref-matrice-diagonale-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-r-const-override>`
[DoubleVect & Matrice_Diagonale::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const override](#matrice-diagonale-public-doublevect-ref-matrice-diagonale-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-r-const-override)

ajouter_multvectT_#

Definition
DoubleVect & Matrice_Diagonale::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const override
Brief description
Detailed description

Reimplements:

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:`DoubleVect & Matrice_Diagonale::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const override <matrice-diagonale-public-doublevect-ref-matrice-diagonale-ajouter-multvectt-underscore-const-doublevect-ref-x-doublevect-ref-r-const-override>`
[DoubleVect & Matrice_Diagonale::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const override](#matrice-diagonale-public-doublevect-ref-matrice-diagonale-ajouter-multvectt-underscore-const-doublevect-ref-x-doublevect-ref-r-const-override)

clean#

Definition
void Matrice_Diagonale::clean() override
Brief description
Detailed description

Reimplements:

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:`void Matrice_Diagonale::clean() override <matrice-diagonale-public-void-matrice-diagonale-clean-override>`
[void Matrice_Diagonale::clean() override](#matrice-diagonale-public-void-matrice-diagonale-clean-override)

coeff#

Definition
double & Matrice_Diagonale::coeff(int i, int j)
Brief description
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 & Matrice_Diagonale::coeff(int i, int j) <matrice-diagonale-public-double-ref-matrice-diagonale-coeff-int-i-int-j>`
[double & Matrice_Diagonale::coeff(int i, int j)](#matrice-diagonale-public-double-ref-matrice-diagonale-coeff-int-i-int-j)

coeff#

Definition
double Matrice_Diagonale::coeff(int i, int j) const
Brief description
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 Matrice_Diagonale::coeff(int i, int j) const <matrice-diagonale-public-double-matrice-diagonale-coeff-int-i-int-j-const>`
[double Matrice_Diagonale::coeff(int i, int j) const](#matrice-diagonale-public-double-matrice-diagonale-coeff-int-i-int-j-const)

dimensionner#

Definition
void Matrice_Diagonale::dimensionner(int size)
Brief description
Detailed description
References
Referenced By
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 Matrice_Diagonale::dimensionner(int size) <matrice-diagonale-public-void-matrice-diagonale-dimensionner-int-size>`
[void Matrice_Diagonale::dimensionner(int size)](#matrice-diagonale-public-void-matrice-diagonale-dimensionner-int-size)

duplique#

Definition
int Matrice_Diagonale::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 Matrice_Diagonale::duplique() const override <matrice-diagonale-public-int-matrice-diagonale-duplique-const-override>`
[int Matrice_Diagonale::duplique() const override](#matrice-diagonale-public-int-matrice-diagonale-duplique-const-override)

get_coefficients#

Definition
DoubleVect & Matrice_Diagonale::get_coefficients()
Brief description
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:`DoubleVect & Matrice_Diagonale::get_coefficients() <matrice-diagonale-public-doublevect-ref-matrice-diagonale-get-coefficients>`
[DoubleVect & Matrice_Diagonale::get_coefficients()](#matrice-diagonale-public-doublevect-ref-matrice-diagonale-get-coefficients)

get_coefficients#

Definition
const DoubleVect & Matrice_Diagonale::get_coefficients() const
Brief description
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:`const DoubleVect & Matrice_Diagonale::get_coefficients() const <matrice-diagonale-public-const-doublevect-ref-matrice-diagonale-get-coefficients-const>`
[const DoubleVect & Matrice_Diagonale::get_coefficients() const](#matrice-diagonale-public-const-doublevect-ref-matrice-diagonale-get-coefficients-const)

get_info#

Definition
const Type_info * Matrice_Diagonale::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 * Matrice_Diagonale::get_info() const override <matrice-diagonale-public-const-type-info-ptr-matrice-diagonale-get-info-const-override>`
[const Type_info * Matrice_Diagonale::get_info() const override](#matrice-diagonale-public-const-type-info-ptr-matrice-diagonale-get-info-const-override)

get_stencil#

Definition
void Matrice_Diagonale::get_stencil(IntTab &stencil) const override
Brief description
Detailed description

Reimplements:

References
Referenced By
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 Matrice_Diagonale::get_stencil(IntTab &stencil) const override <matrice-diagonale-public-void-matrice-diagonale-get-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Diagonale::get_stencil(IntTab &stencil) const override](#matrice-diagonale-public-void-matrice-diagonale-get-stencil-inttab-ref-stencil-const-override)

get_stencil_and_coefficients#

Definition
void Matrice_Diagonale::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
Brief description
Detailed description

Reimplements:

References
Referenced By
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 Matrice_Diagonale::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <matrice-diagonale-public-void-matrice-diagonale-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override>`
[void Matrice_Diagonale::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override](#matrice-diagonale-public-void-matrice-diagonale-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override)

get_symmetric_stencil#

Definition
void Matrice_Diagonale::get_symmetric_stencil(IntTab &stencil) const override
Brief description
Detailed description

Reimplements:

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:`void Matrice_Diagonale::get_symmetric_stencil(IntTab &stencil) const override <matrice-diagonale-public-void-matrice-diagonale-get-symmetric-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Diagonale::get_symmetric_stencil(IntTab &stencil) const override](#matrice-diagonale-public-void-matrice-diagonale-get-symmetric-stencil-inttab-ref-stencil-const-override)

get_symmetric_stencil_and_coefficients#

Definition
void Matrice_Diagonale::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
Brief description
Detailed description

Reimplements:

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:`void Matrice_Diagonale::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <matrice-diagonale-public-void-matrice-diagonale-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override>`
[void Matrice_Diagonale::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override](#matrice-diagonale-public-void-matrice-diagonale-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override)

Matrice_Diagonale#

Definition
Matrice_Diagonale::Matrice_Diagonale()
Brief description
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:`Matrice_Diagonale::Matrice_Diagonale() <matrice-diagonale-public-matrice-diagonale-matrice-diagonale>`
[Matrice_Diagonale::Matrice_Diagonale()](#matrice-diagonale-public-matrice-diagonale-matrice-diagonale)

Matrice_Diagonale#

Definition
Matrice_Diagonale::Matrice_Diagonale(const DoubleVect &coefficients)
Brief description
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:`Matrice_Diagonale::Matrice_Diagonale(const DoubleVect &coefficients) <matrice-diagonale-public-matrice-diagonale-matrice-diagonale-const-doublevect-ref-coefficients>`
[Matrice_Diagonale::Matrice_Diagonale(const DoubleVect &coefficients)](#matrice-diagonale-public-matrice-diagonale-matrice-diagonale-const-doublevect-ref-coefficients)

Matrice_Diagonale#

Definition
Matrice_Diagonale::Matrice_Diagonale(int size)
Brief description
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:`Matrice_Diagonale::Matrice_Diagonale(int size) <matrice-diagonale-public-matrice-diagonale-matrice-diagonale-int-size>`
[Matrice_Diagonale::Matrice_Diagonale(int size)](#matrice-diagonale-public-matrice-diagonale-matrice-diagonale-int-size)

nb_colonnes#

Definition
int Matrice_Diagonale::nb_colonnes() const override
Brief description

Return local number of columns ( = size on the current proc)

Detailed description

Reimplements:

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 Matrice_Diagonale::nb_colonnes() const override <matrice-diagonale-public-int-matrice-diagonale-nb-colonnes-const-override>`
[int Matrice_Diagonale::nb_colonnes() const override](#matrice-diagonale-public-int-matrice-diagonale-nb-colonnes-const-override)

nb_lignes#

Definition
int Matrice_Diagonale::nb_lignes() const override
Brief description

Return local number of lines ( = size on the current proc)

Detailed description

Reimplements:

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 Matrice_Diagonale::nb_lignes() const override <matrice-diagonale-public-int-matrice-diagonale-nb-lignes-const-override>`
[int Matrice_Diagonale::nb_lignes() const override](#matrice-diagonale-public-int-matrice-diagonale-nb-lignes-const-override)

ordre#

Definition
int Matrice_Diagonale::ordre() const override
Brief description

If square matrix, returns number of lines, otherwise 0.

Detailed description

Reimplements:

References
Referenced By
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 Matrice_Diagonale::ordre() const override <matrice-diagonale-public-int-matrice-diagonale-ordre-const-override>`
[int Matrice_Diagonale::ordre() const override](#matrice-diagonale-public-int-matrice-diagonale-ordre-const-override)

scale#

Definition
void Matrice_Diagonale::scale(const double x) override
Brief description
Detailed description

Reimplements:

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:`void Matrice_Diagonale::scale(const double x) override <matrice-diagonale-public-void-matrice-diagonale-scale-const-double-x-override>`
[void Matrice_Diagonale::scale(const double x) override](#matrice-diagonale-public-void-matrice-diagonale-scale-const-double-x-override)

taille_memoire#

Definition
unsigned Matrice_Diagonale::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 Matrice_Diagonale::taille_memoire() const override <matrice-diagonale-public-unsigned-matrice-diagonale-taille-memoire-const-override>`
[unsigned Matrice_Diagonale::taille_memoire() const override](#matrice-diagonale-public-unsigned-matrice-diagonale-taille-memoire-const-override)

~Matrice_Diagonale#

Definition
Matrice_Diagonale::~Matrice_Diagonale()
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:`Matrice_Diagonale::~Matrice_Diagonale() <matrice-diagonale-public-matrice-diagonale-dtor-matrice-diagonale>`
[Matrice_Diagonale::~Matrice_Diagonale()](#matrice-diagonale-public-matrice-diagonale-dtor-matrice-diagonale)

cree_instance#

Definition
Objet_U * Matrice_Diagonale::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 * Matrice_Diagonale::cree_instance() <matrice-diagonale-public-static-objet-u-ptr-matrice-diagonale-cree-instance>`
[Objet_U * Matrice_Diagonale::cree_instance()](#matrice-diagonale-public-static-objet-u-ptr-matrice-diagonale-cree-instance)

info#

Definition
const Type_info * Matrice_Diagonale::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 * Matrice_Diagonale::info() <matrice-diagonale-public-static-const-type-info-ptr-matrice-diagonale-info>`
[const Type_info * Matrice_Diagonale::info()](#matrice-diagonale-public-static-const-type-info-ptr-matrice-diagonale-info)

self_cast#

Definition
const Matrice_Diagonale & Matrice_Diagonale::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 Matrice_Diagonale & Matrice_Diagonale::self_cast(const Objet_U &) <matrice-diagonale-public-static-const-matrice-diagonale-ref-matrice-diagonale-self-cast-const-objet-u-ref>`
[const Matrice_Diagonale & Matrice_Diagonale::self_cast(const Objet_U &)](#matrice-diagonale-public-static-const-matrice-diagonale-ref-matrice-diagonale-self-cast-const-objet-u-ref)

self_cast#

Definition
Matrice_Diagonale & Matrice_Diagonale::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:`Matrice_Diagonale & Matrice_Diagonale::self_cast(Objet_U &) <matrice-diagonale-public-static-matrice-diagonale-ref-matrice-diagonale-self-cast-objet-u-ref>`
[Matrice_Diagonale & Matrice_Diagonale::self_cast(Objet_U &)](#matrice-diagonale-public-static-matrice-diagonale-ref-matrice-diagonale-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

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:`Sortie & Matrice_Diagonale::printOn(Sortie &x) const override <matrice-diagonale-protected-sortie-ref-matrice-diagonale-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Diagonale::printOn(Sortie &x) const override](#matrice-diagonale-protected-sortie-ref-matrice-diagonale-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

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:`Entree & Matrice_Diagonale::readOn(Entree &) override <matrice-diagonale-protected-entree-ref-matrice-diagonale-readon-entree-ref-override>`
[Entree & Matrice_Diagonale::readOn(Entree &) override](#matrice-diagonale-protected-entree-ref-matrice-diagonale-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Matrice_Diagonale::info_obj
coefficients_ (protected)
DoubleVect Matrice_Diagonale::coefficients_