Matrice_Morse_Diag#

#include <Matrice_Morse_Diag.h>

Classe Matrice_Morse_Diag Represente une matrice M (creuse) symetrique stockee au format Morse.

How to cite this class in this doc#

:ref:`Matrice\_Morse\_Diag <class-matrice-morse-diag>`
[Matrice\_Morse\_Diag](#class-matrice-morse-diag)

Detailed description#

Diagetrique: on ne stocke que la partie triangulaire superieure de la matrice. Important: Tous les coefficients diagonaux doivent etre stockes meme s’ils sont nuls (hypothese TRUST pour plusieurs methodes dont multvect). Cette classe derive de Matrice_Morse_Sym

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter_multTab_
DoubleTab & Matrice_Morse_Diag::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override

provoquue une erreur le but de cette matrice est juste de calculer la diagonale

Reimplements:

References
How to cite in this doc:
:ref:`DoubleTab & Matrice_Morse_Diag::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override <public-doubletab-ref-matrice-morse-diag-ajouter-multtab-underscore-const-doubletab-ref-doubletab-ref-const-override>`
[DoubleTab & Matrice_Morse_Diag::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override](#public-doubletab-ref-matrice-morse-diag-ajouter-multtab-underscore-const-doubletab-ref-doubletab-ref-const-override)
ajouter_multvect_
DoubleVect & Matrice_Morse_Diag::ajouter_multvect_(const DoubleVect &x, DoubleVect &y) const override

provoquue une erreur le but de cette matrice est juste de calculer la diagonale

Reimplements:

References
How to cite in this doc:
:ref:`DoubleVect & Matrice_Morse_Diag::ajouter_multvect_(const DoubleVect &x, DoubleVect &y) const override <public-doublevect-ref-matrice-morse-diag-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-y-const-override>`
[DoubleVect & Matrice_Morse_Diag::ajouter_multvect_(const DoubleVect &x, DoubleVect &y) const override](#public-doublevect-ref-matrice-morse-diag-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-y-const-override)
ajouter_multvectT_
DoubleVect & Matrice_Morse_Diag::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override

provoquue une erreur le but de cette matrice est juste de calculer la diagonale

Reimplements:

References
How to cite in this doc:
:ref:`DoubleVect & Matrice_Morse_Diag::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override <public-doublevect-ref-matrice-morse-diag-ajouter-multvectt-underscore-const-doublevect-ref-doublevect-ref-const-override>`
[DoubleVect & Matrice_Morse_Diag::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override](#public-doublevect-ref-matrice-morse-diag-ajouter-multvectt-underscore-const-doublevect-ref-doublevect-ref-const-override)
dimensionne_diag
void Matrice_Morse_Diag::dimensionne_diag(int n)
References
How to cite in this doc:
:ref:`void Matrice_Morse_Diag::dimensionne_diag(int n) <public-void-matrice-morse-diag-dimensionne-diag-int-n>`
[void Matrice_Morse_Diag::dimensionne_diag(int n)](#public-void-matrice-morse-diag-dimensionne-diag-int-n)
duplique
int Matrice_Morse_Diag::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Matrice_Morse_Diag::duplique() const override <public-int-matrice-morse-diag-duplique-const-override>`
[int Matrice_Morse_Diag::duplique() const override](#public-int-matrice-morse-diag-duplique-const-override)
get_info
const Type_info * Matrice_Morse_Diag::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_Morse_Diag::get_info() const override <public-const-type-info-ptr-matrice-morse-diag-get-info-const-override>`
[const Type_info * Matrice_Morse_Diag::get_info() const override](#public-const-type-info-ptr-matrice-morse-diag-get-info-const-override)
Matrice_Morse_Diag
Matrice_Morse_Diag::Matrice_Morse_Diag()
References
How to cite in this doc:
:ref:`Matrice_Morse_Diag::Matrice_Morse_Diag() <public-matrice-morse-diag-matrice-morse-diag>`
[Matrice_Morse_Diag::Matrice_Morse_Diag()](#public-matrice-morse-diag-matrice-morse-diag)
taille_memoire
unsigned Matrice_Morse_Diag::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Matrice_Morse_Diag::taille_memoire() const override <public-unsigned-matrice-morse-diag-taille-memoire-const-override>`
[unsigned Matrice_Morse_Diag::taille_memoire() const override](#public-unsigned-matrice-morse-diag-taille-memoire-const-override)
~Matrice_Morse_Diag
Matrice_Morse_Diag::~Matrice_Morse_Diag()
How to cite in this doc:
:ref:`Matrice_Morse_Diag::~Matrice_Morse_Diag() <public-matrice-morse-diag-dtor-matrice-morse-diag>`
[Matrice_Morse_Diag::~Matrice_Morse_Diag()](#public-matrice-morse-diag-dtor-matrice-morse-diag)
cree_instance
Objet_U * Matrice_Morse_Diag::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Matrice_Morse_Diag::cree_instance() <public-static-objet-u-ptr-matrice-morse-diag-cree-instance>`
[Objet_U * Matrice_Morse_Diag::cree_instance()](#public-static-objet-u-ptr-matrice-morse-diag-cree-instance)
info
const Type_info * Matrice_Morse_Diag::info()
How to cite in this doc:
:ref:`const Type_info * Matrice_Morse_Diag::info() <public-static-const-type-info-ptr-matrice-morse-diag-info>`
[const Type_info * Matrice_Morse_Diag::info()](#public-static-const-type-info-ptr-matrice-morse-diag-info)
self_cast
const Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(const Objet_U &) <public-static-const-matrice-morse-diag-ref-matrice-morse-diag-self-cast-const-objet-u-ref>`
[const Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(const Objet_U &)](#public-static-const-matrice-morse-diag-ref-matrice-morse-diag-self-cast-const-objet-u-ref)
self_cast
Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(Objet_U &) <public-static-matrice-morse-diag-ref-matrice-morse-diag-self-cast-objet-u-ref>`
[Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(Objet_U &)](#public-static-matrice-morse-diag-ref-matrice-morse-diag-self-cast-objet-u-ref)
printOn
Sortie & Matrice_Morse_Diag::printOn(Sortie &x) const override

Ecrit les trois tableaux de la structure de stockage Morse sur un flot de sortie.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Matrice_Morse_Diag::printOn(Sortie &x) const override <protected-sortie-ref-matrice-morse-diag-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Morse_Diag::printOn(Sortie &x) const override](#protected-sortie-ref-matrice-morse-diag-printon-sortie-ref-x-const-override)
readOn
Entree & Matrice_Morse_Diag::readOn(Entree &) override

NON CODE.

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Matrice_Morse_Diag::readOn(Entree &) override <protected-entree-ref-matrice-morse-diag-readon-entree-ref-override>`
[Entree & Matrice_Morse_Diag::readOn(Entree &) override](#protected-entree-ref-matrice-morse-diag-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Matrice_Morse_Diag::info_obj