Matrice#

#include <Matrice.h>
Brief description

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#

Inheritance graph#

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

../../../../../_images/classMatrice__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

Definition
const Type_info * Matrice::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::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#

Definition
Matrice::Matrice()
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::Matrice() <matrice-public-matrice-matrice>`
[Matrice::Matrice()](#matrice-public-matrice-matrice)

Matrice#

Definition
Matrice::Matrice(const Matrice &)=default
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::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* =#

Definition
void Matrice::operator*=(const double &x)
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:`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 =#

Definition
Matrice & Matrice::operator=(const Matrice &matrix)
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:`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 =#

Definition
Matrice & Matrice::operator=(const Matrice_Base &matrix)
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 & 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#

Definition
unsigned Matrice::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::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#

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

cree_instance#

Definition
Objet_U * Matrice::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::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#

Definition
const Type_info * Matrice::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::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#

Definition
const Matrice & Matrice::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 & 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#

Definition
Matrice & Matrice::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 & 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#

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

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#

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

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#

info_obj (public)
const Type_info Matrice::info_obj