Matrice#
#include <Matrice.h>
Classe Matrice Classe generique de la hierarchie des matrices.
How to cite this class in this doc#
: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>
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
duplique
int Matrice::duplique() const override
Reimplements:
How to cite in this doc:
:ref:`int Matrice::duplique() const override <public-int-matrice-duplique-const-override>`
[int Matrice::duplique() const override](#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 .
Reimplements:
How to cite in this doc:
:ref:`const Type_info * Matrice::get_info() const override <public-const-type-info-ptr-matrice-get-info-const-override>`
[const Type_info * Matrice::get_info() const override](#public-const-type-info-ptr-matrice-get-info-const-override)
Matrice
Matrice::Matrice()
How to cite in this doc:
:ref:`Matrice::Matrice() <public-matrice-matrice>`
[Matrice::Matrice()](#public-matrice-matrice)
Matrice
Matrice::Matrice(const Matrice &)=default
How to cite in this doc:
:ref:`Matrice::Matrice(const Matrice &)=default <public-matrice-matrice-const-matrice-ref-equal-default>`
[Matrice::Matrice(const Matrice &)=default](#public-matrice-matrice-const-matrice-ref-equal-default)
operator* =
void Matrice::operator*=(const double &x)
How to cite in this doc:
:ref:`void Matrice::operator*=(const double &x) <public-void-matrice-operator-ptr-equal-const-double-ref-x>`
[void Matrice::operator*=(const double &x)](#public-void-matrice-operator-ptr-equal-const-double-ref-x)
operator =
Matrice & Matrice::operator=(const Matrice &matrix)
References
Referenced By
How to cite in this doc:
:ref:`Matrice & Matrice::operator=(const Matrice &matrix) <public-matrice-ref-matrice-operator-equal-const-matrice-ref-matrix>`
[Matrice & Matrice::operator=(const Matrice &matrix)](#public-matrice-ref-matrice-operator-equal-const-matrice-ref-matrix)
operator =
Matrice & Matrice::operator=(const Matrice_Base &matrix)
References
How to cite in this doc:
:ref:`Matrice & Matrice::operator=(const Matrice_Base &matrix) <public-matrice-ref-matrice-operator-equal-const-matrice-base-ref-matrix>`
[Matrice & Matrice::operator=(const Matrice_Base &matrix)](#public-matrice-ref-matrice-operator-equal-const-matrice-base-ref-matrix)
taille_memoire
unsigned Matrice::taille_memoire() const override
Reimplements:
How to cite in this doc:
:ref:`unsigned Matrice::taille_memoire() const override <public-unsigned-matrice-taille-memoire-const-override>`
[unsigned Matrice::taille_memoire() const override](#public-unsigned-matrice-taille-memoire-const-override)
~Matrice
Matrice::~Matrice()
How to cite in this doc:
:ref:`Matrice::~Matrice() <public-matrice-dtor-matrice>`
[Matrice::~Matrice()](#public-matrice-dtor-matrice)
cree_instance
Objet_U * Matrice::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Matrice::cree_instance() <public-static-objet-u-ptr-matrice-cree-instance>`
[Objet_U * Matrice::cree_instance()](#public-static-objet-u-ptr-matrice-cree-instance)
info
const Type_info * Matrice::info()
How to cite in this doc:
:ref:`const Type_info * Matrice::info() <public-static-const-type-info-ptr-matrice-info>`
[const Type_info * Matrice::info()](#public-static-const-type-info-ptr-matrice-info)
self_cast
const Matrice & Matrice::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Matrice & Matrice::self_cast(const Objet_U &) <public-static-const-matrice-ref-matrice-self-cast-const-objet-u-ref>`
[const Matrice & Matrice::self_cast(const Objet_U &)](#public-static-const-matrice-ref-matrice-self-cast-const-objet-u-ref)
self_cast
Matrice & Matrice::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Matrice & Matrice::self_cast(Objet_U &) <public-static-matrice-ref-matrice-self-cast-objet-u-ref>`
[Matrice & Matrice::self_cast(Objet_U &)](#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.
Reimplements:
References
Referenced By
How to cite in this doc:
:ref:`Sortie & Matrice::printOn(Sortie &x) const override <protected-sortie-ref-matrice-printon-sortie-ref-x-const-override>`
[Sortie & Matrice::printOn(Sortie &x) const override](#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.
Reimplements:
References
Referenced By
How to cite in this doc:
:ref:`Entree & Matrice::readOn(Entree &) override <protected-entree-ref-matrice-readon-entree-ref-override>`
[Entree & Matrice::readOn(Entree &) override](#protected-entree-ref-matrice-readon-entree-ref-override)
Attributes Documentation#
info_obj (public)
const Type_info Matrice::info_obj