Matrice_Diagonale#
#include <Matrice_Diagonale.h>
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#
public : Matrice_Base
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
ajouter_multTab_#
DoubleTab & Matrice_Diagonale::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const override
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_#
DoubleVect & Matrice_Diagonale::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const override
Detailed description
Reimplements:
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_#
DoubleVect & Matrice_Diagonale::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const override
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#
void Matrice_Diagonale::clean() override
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#
double & Matrice_Diagonale::coeff(int i, int j)
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#
double Matrice_Diagonale::coeff(int i, int j) const
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#
void Matrice_Diagonale::dimensionner(int size)
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#
int Matrice_Diagonale::duplique() const override
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#
DoubleVect & Matrice_Diagonale::get_coefficients()
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#
const DoubleVect & Matrice_Diagonale::get_coefficients() const
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#
const Type_info * Matrice_Diagonale::get_info() const override
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#
void Matrice_Diagonale::get_stencil(IntTab &stencil) const override
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#
void Matrice_Diagonale::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
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#
void Matrice_Diagonale::get_symmetric_stencil(IntTab &stencil) const override
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#
void Matrice_Diagonale::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
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#
Matrice_Diagonale::Matrice_Diagonale()
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#
Matrice_Diagonale::Matrice_Diagonale(const DoubleVect &coefficients)
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#
Matrice_Diagonale::Matrice_Diagonale(int size)
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#
int Matrice_Diagonale::nb_colonnes() const override
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#
int Matrice_Diagonale::nb_lignes() const override
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#
int Matrice_Diagonale::ordre() const override
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#
void Matrice_Diagonale::scale(const double x) override
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#
unsigned Matrice_Diagonale::taille_memoire() const override
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#
Matrice_Diagonale::~Matrice_Diagonale()
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#
Objet_U * Matrice_Diagonale::cree_instance()
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#
const Type_info * Matrice_Diagonale::info()
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#
const Matrice_Diagonale & Matrice_Diagonale::self_cast(const Objet_U &)
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#
Matrice_Diagonale & Matrice_Diagonale::self_cast(Objet_U &)
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#
Sortie & Matrice_Diagonale::printOn(Sortie &x) const override
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#
Entree & Matrice_Diagonale::readOn(Entree &) override
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#
const Type_info Matrice_Diagonale::info_obj
DoubleVect Matrice_Diagonale::coefficients_