Matrice_Morse_Diag#
#include <Matrice_Morse_Diag.h>
Classe Matrice_Morse_Diag Represente une matrice M (creuse) symetrique stockee au format Morse.
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\_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#
public : Matrice_Morse_Sym
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_Morse_Diag::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override
provoquue une erreur le but de cette matrice est juste de calculer la diagonale
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_Morse_Diag::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override <matrice-morse-diag-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](#matrice-morse-diag-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
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_Morse_Diag::ajouter_multvect_(const DoubleVect &x, DoubleVect &y) const override <matrice-morse-diag-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](#matrice-morse-diag-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
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_Morse_Diag::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override <matrice-morse-diag-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](#matrice-morse-diag-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)
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_Morse_Diag::dimensionne_diag(int n) <matrice-morse-diag-public-void-matrice-morse-diag-dimensionne-diag-int-n>`
[void Matrice_Morse_Diag::dimensionne_diag(int n)](#matrice-morse-diag-public-void-matrice-morse-diag-dimensionne-diag-int-n)
duplique#
int Matrice_Morse_Diag::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_Morse_Diag::duplique() const override <matrice-morse-diag-public-int-matrice-morse-diag-duplique-const-override>`
[int Matrice_Morse_Diag::duplique() const override](#matrice-morse-diag-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 .
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_Morse_Diag::get_info() const override <matrice-morse-diag-public-const-type-info-ptr-matrice-morse-diag-get-info-const-override>`
[const Type_info * Matrice_Morse_Diag::get_info() const override](#matrice-morse-diag-public-const-type-info-ptr-matrice-morse-diag-get-info-const-override)
Matrice_Morse_Diag#
Matrice_Morse_Diag::Matrice_Morse_Diag()
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_Morse_Diag::Matrice_Morse_Diag() <matrice-morse-diag-public-matrice-morse-diag-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
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_Morse_Diag::taille_memoire() const override <matrice-morse-diag-public-unsigned-matrice-morse-diag-taille-memoire-const-override>`
[unsigned Matrice_Morse_Diag::taille_memoire() const override](#matrice-morse-diag-public-unsigned-matrice-morse-diag-taille-memoire-const-override)
~Matrice_Morse_Diag#
Matrice_Morse_Diag::~Matrice_Morse_Diag()
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_Morse_Diag::~Matrice_Morse_Diag() <matrice-morse-diag-public-matrice-morse-diag-dtor-matrice-morse-diag>`
[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()
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_Morse_Diag::cree_instance() <matrice-morse-diag-public-static-objet-u-ptr-matrice-morse-diag-cree-instance>`
[Objet_U * Matrice_Morse_Diag::cree_instance()](#matrice-morse-diag-public-static-objet-u-ptr-matrice-morse-diag-cree-instance)
info#
const Type_info * Matrice_Morse_Diag::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_Morse_Diag::info() <matrice-morse-diag-public-static-const-type-info-ptr-matrice-morse-diag-info>`
[const Type_info * Matrice_Morse_Diag::info()](#matrice-morse-diag-public-static-const-type-info-ptr-matrice-morse-diag-info)
self_cast#
const Matrice_Morse_Diag & Matrice_Morse_Diag::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_Morse_Diag & Matrice_Morse_Diag::self_cast(const Objet_U &) <matrice-morse-diag-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 &)](#matrice-morse-diag-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 &)
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_Morse_Diag & Matrice_Morse_Diag::self_cast(Objet_U &) <matrice-morse-diag-public-static-matrice-morse-diag-ref-matrice-morse-diag-self-cast-objet-u-ref>`
[Matrice_Morse_Diag & Matrice_Morse_Diag::self_cast(Objet_U &)](#matrice-morse-diag-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.
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_Morse_Diag::printOn(Sortie &x) const override <matrice-morse-diag-protected-sortie-ref-matrice-morse-diag-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Morse_Diag::printOn(Sortie &x) const override](#matrice-morse-diag-protected-sortie-ref-matrice-morse-diag-printon-sortie-ref-x-const-override)
readOn#
Entree & Matrice_Morse_Diag::readOn(Entree &) override
NON CODE.
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_Morse_Diag::readOn(Entree &) override <matrice-morse-diag-protected-entree-ref-matrice-morse-diag-readon-entree-ref-override>`
[Entree & Matrice_Morse_Diag::readOn(Entree &) override](#matrice-morse-diag-protected-entree-ref-matrice-morse-diag-readon-entree-ref-override)
Attributes Documentation#
const Type_info Matrice_Morse_Diag::info_obj