Matrice#
#include <Matrice.h>
Classe Matrice Classe generique de la hierarchie des matrices.
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 <class-matrice>`
[Matrice](#class-matrice)
Detailed description#
Un objet de type Matrice peut referencer n’importe quel objet derivant de Matrice_Base . La plupart des methodes appellent les methodes de l’objet Probleme sous - jacent via la methode valeur() Dans les commentaires des methodes A represente un objet Matrice .
Inherits from#
public : TRUST_Deriv
<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#
duplique#
int Matrice::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::duplique() const override <matrice-public-int-matrice-duplique-const-override>`
[int Matrice::duplique() const override](#matrice-public-int-matrice-duplique-const-override)
get_info#
const Type_info * Matrice::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::get_info() const override <matrice-public-const-type-info-ptr-matrice-get-info-const-override>`
[const Type_info * Matrice::get_info() const override](#matrice-public-const-type-info-ptr-matrice-get-info-const-override)
Matrice#
Matrice::Matrice()
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::Matrice() <matrice-public-matrice-matrice>`
[Matrice::Matrice()](#matrice-public-matrice-matrice)
Matrice#
Matrice::Matrice(const Matrice &)=default
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::Matrice(const Matrice &)=default <matrice-public-matrice-matrice-const-matrice-ref-equal-default>`
[Matrice::Matrice(const Matrice &)=default](#matrice-public-matrice-matrice-const-matrice-ref-equal-default)
operator* =#
void Matrice::operator*=(const double &x)
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:`void Matrice::operator*=(const double &x) <matrice-public-void-matrice-operator-ptr-equal-const-double-ref-x>`
[void Matrice::operator*=(const double &x)](#matrice-public-void-matrice-operator-ptr-equal-const-double-ref-x)
operator =#
Matrice & Matrice::operator=(const Matrice &matrix)
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:`Matrice & Matrice::operator=(const Matrice &matrix) <matrice-public-matrice-ref-matrice-operator-equal-const-matrice-ref-matrix>`
[Matrice & Matrice::operator=(const Matrice &matrix)](#matrice-public-matrice-ref-matrice-operator-equal-const-matrice-ref-matrix)
operator =#
Matrice & Matrice::operator=(const Matrice_Base &matrix)
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 & Matrice::operator=(const Matrice_Base &matrix) <matrice-public-matrice-ref-matrice-operator-equal-const-matrice-base-ref-matrix>`
[Matrice & Matrice::operator=(const Matrice_Base &matrix)](#matrice-public-matrice-ref-matrice-operator-equal-const-matrice-base-ref-matrix)
taille_memoire#
unsigned Matrice::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::taille_memoire() const override <matrice-public-unsigned-matrice-taille-memoire-const-override>`
[unsigned Matrice::taille_memoire() const override](#matrice-public-unsigned-matrice-taille-memoire-const-override)
~Matrice#
Matrice::~Matrice()
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::~Matrice() <matrice-public-matrice-dtor-matrice>`
[Matrice::~Matrice()](#matrice-public-matrice-dtor-matrice)
cree_instance#
Objet_U * Matrice::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::cree_instance() <matrice-public-static-objet-u-ptr-matrice-cree-instance>`
[Objet_U * Matrice::cree_instance()](#matrice-public-static-objet-u-ptr-matrice-cree-instance)
info#
const Type_info * Matrice::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::info() <matrice-public-static-const-type-info-ptr-matrice-info>`
[const Type_info * Matrice::info()](#matrice-public-static-const-type-info-ptr-matrice-info)
self_cast#
const Matrice & Matrice::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 & Matrice::self_cast(const Objet_U &) <matrice-public-static-const-matrice-ref-matrice-self-cast-const-objet-u-ref>`
[const Matrice & Matrice::self_cast(const Objet_U &)](#matrice-public-static-const-matrice-ref-matrice-self-cast-const-objet-u-ref)
self_cast#
Matrice & Matrice::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 & Matrice::self_cast(Objet_U &) <matrice-public-static-matrice-ref-matrice-self-cast-objet-u-ref>`
[Matrice & Matrice::self_cast(Objet_U &)](#matrice-public-static-matrice-ref-matrice-self-cast-objet-u-ref)
printOn#
Sortie & Matrice::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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:`Sortie & Matrice::printOn(Sortie &x) const override <matrice-protected-sortie-ref-matrice-printon-sortie-ref-x-const-override>`
[Sortie & Matrice::printOn(Sortie &x) const override](#matrice-protected-sortie-ref-matrice-printon-sortie-ref-x-const-override)
readOn#
Entree & Matrice::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
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:`Entree & Matrice::readOn(Entree &) override <matrice-protected-entree-ref-matrice-readon-entree-ref-override>`
[Entree & Matrice::readOn(Entree &) override](#matrice-protected-entree-ref-matrice-readon-entree-ref-override)
Attributes Documentation#
const Type_info Matrice::info_obj