Matrice_Morse_Sym#

#include <Matrice_Morse_Sym.h>

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

How to cite this class in this doc#

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

Detailed description#

Symetrique: 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 et Matrice_Sym .

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

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

Operation de multiplication - accumulation (saxpy) matrice matrice (matrice represente par un tableau)

Operation: RESU = RESU + A*X

Reimplements:

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

Operation de multiplication - accumulation (saxpy) matrice vecteur.

Operation: resu = resu + A*x

Reimplements:

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

Operation de multiplication - accumulation (saxpy) matrice vecteur, par la matrice transposee.

Operation: resu = resu + A^{T}*x

Reimplements:

References
How to cite in this doc:
:ref:`DoubleVect & Matrice_Morse_Sym::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override <public-doublevect-ref-matrice-morse-sym-ajouter-multvectt-underscore-const-doublevect-ref-doublevect-ref-const-override>`
[DoubleVect & Matrice_Morse_Sym::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override](#public-doublevect-ref-matrice-morse-sym-ajouter-multvectt-underscore-const-doublevect-ref-doublevect-ref-const-override)
assert_check_sorted_symmetric_morse_matrix_structure
void Matrice_Morse_Sym::assert_check_sorted_symmetric_morse_matrix_structure() const
References
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::assert_check_sorted_symmetric_morse_matrix_structure() const <public-void-matrice-morse-sym-assert-check-sorted-symmetric-morse-matrix-structure-const>`
[void Matrice_Morse_Sym::assert_check_sorted_symmetric_morse_matrix_structure() const](#public-void-matrice-morse-sym-assert-check-sorted-symmetric-morse-matrix-structure-const)
assert_check_symmetric_morse_matrix_structure
void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const
References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const <public-void-matrice-morse-sym-assert-check-symmetric-morse-matrix-structure-const>`
[void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const](#public-void-matrice-morse-sym-assert-check-symmetric-morse-matrix-structure-const)
check_sorted_symmetric_morse_matrix_structure
bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const
References
Referenced By
How to cite in this doc:
:ref:`bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const <public-bool-matrice-morse-sym-check-sorted-symmetric-morse-matrix-structure-const>`
[bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const](#public-bool-matrice-morse-sym-check-sorted-symmetric-morse-matrix-structure-const)
check_symmetric_morse_matrix_structure
bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const
References
Referenced By
How to cite in this doc:
:ref:`bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const <public-bool-matrice-morse-sym-check-symmetric-morse-matrix-structure-const>`
[bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const](#public-bool-matrice-morse-sym-check-symmetric-morse-matrix-structure-const)
compacte
void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0)

Suppression des doublons on ordonne tab2;.

Verification de la diagonale: tous ses elements doivent etre stockes

References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0) <public-void-matrice-morse-sym-compacte-int-elim-coeff-nul-equal-0>`
[void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0)](#public-void-matrice-morse-sym-compacte-int-elim-coeff-nul-equal-0)
duplique
int Matrice_Morse_Sym::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Matrice_Morse_Sym::duplique() const override <public-int-matrice-morse-sym-duplique-const-override>`
[int Matrice_Morse_Sym::duplique() const override](#public-int-matrice-morse-sym-duplique-const-override)
get_info
const Type_info * Matrice_Morse_Sym::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_Sym::get_info() const override <public-const-type-info-ptr-matrice-morse-sym-get-info-const-override>`
[const Type_info * Matrice_Morse_Sym::get_info() const override](#public-const-type-info-ptr-matrice-morse-sym-get-info-const-override)
get_stencil
void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override <public-void-matrice-morse-sym-get-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override](#public-void-matrice-morse-sym-get-stencil-inttab-ref-stencil-const-override)
get_stencil_and_coefficients
void Matrice_Morse_Sym::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <public-void-matrice-morse-sym-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override>`
[void Matrice_Morse_Sym::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override](#public-void-matrice-morse-sym-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override)
get_symmetric_stencil
void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override <public-void-matrice-morse-sym-get-symmetric-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override](#public-void-matrice-morse-sym-get-symmetric-stencil-inttab-ref-stencil-const-override)
get_symmetric_stencil_and_coefficients
void Matrice_Morse_Sym::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <public-void-matrice-morse-sym-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override>`
[void Matrice_Morse_Sym::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override](#public-void-matrice-morse-sym-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const-override)
imprimer_formatte
Sortie & Matrice_Morse_Sym::imprimer_formatte(Sortie &s) const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`Sortie & Matrice_Morse_Sym::imprimer_formatte(Sortie &s) const override <public-sortie-ref-matrice-morse-sym-imprimer-formatte-sortie-ref-s-const-override>`
[Sortie & Matrice_Morse_Sym::imprimer_formatte(Sortie &s) const override](#public-sortie-ref-matrice-morse-sym-imprimer-formatte-sortie-ref-s-const-override)
inverse
int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double) const override

Calcule la solution du systeme lineaire: A * solution = secmem.

La methode utilisee est GMRES preconditionnee avec ILUT. ATTENTION: cette methode n’a vraisemblablement jamais ete testee en parallele

Reimplements:

References
How to cite in this doc:
:ref:`int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double) const override <public-int-matrice-morse-sym-inverse-const-doublevect-ref-doublevect-ref-double-const-override>`
[int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double) const override](#public-int-matrice-morse-sym-inverse-const-doublevect-ref-doublevect-ref-double-const-override)
inverse
int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double, int) const override

Reimplements:

References
How to cite in this doc:
:ref:`int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double, int) const override <public-int-matrice-morse-sym-inverse-const-doublevect-ref-doublevect-ref-double-int-const-override>`
[int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double, int) const override](#public-int-matrice-morse-sym-inverse-const-doublevect-ref-doublevect-ref-double-int-const-override)
Matrice_Morse_Sym
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice &)
References
How to cite in this doc:
:ref:`Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice &) <public-matrice-morse-sym-matrice-morse-sym-const-matrice-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice &)](#public-matrice-morse-sym-matrice-morse-sym-const-matrice-ref)
Matrice_Morse_Sym
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse &)

Constructeur d’une Matrice_Morse_Sym par copie d’une Matrice_Morse .

References
How to cite in this doc:
:ref:`Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse &) <public-matrice-morse-sym-matrice-morse-sym-const-matrice-morse-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse &)](#public-matrice-morse-sym-matrice-morse-sym-const-matrice-morse-ref)
Matrice_Morse_Sym
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse_Sym &)

Constructeur d’une Matrice_Morse_Sym par copie d’une Matrice_Morse .

References
How to cite in this doc:
:ref:`Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse_Sym &) <public-matrice-morse-sym-matrice-morse-sym-const-matrice-morse-sym-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse_Sym &)](#public-matrice-morse-sym-matrice-morse-sym-const-matrice-morse-sym-ref)
Matrice_Morse_Sym
Matrice_Morse_Sym::Matrice_Morse_Sym(int n1=1, int n2=1)
References
How to cite in this doc:
:ref:`Matrice_Morse_Sym::Matrice_Morse_Sym(int n1=1, int n2=1) <public-matrice-morse-sym-matrice-morse-sym-int-n1-equal-1-int-n2-equal-1>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(int n1=1, int n2=1)](#public-matrice-morse-sym-matrice-morse-sym-int-n1-equal-1-int-n2-equal-1)
Matrice_Morse_Sym
Matrice_Morse_Sym::Matrice_Morse_Sym(int, int, const IntLists &, const DoubleLists &, const DoubleVect &)

Constructeur d’une Matrice_Morse_Sym comportant n1 lignes et pouvant stocker n2 elements non - nuls (au maximum).

Les elements de la matrice et la table des connectivites sont donnes dans les 3 derniers parametres.

References
How to cite in this doc:
:ref:`Matrice_Morse_Sym::Matrice_Morse_Sym(int, int, const IntLists &, const DoubleLists &, const DoubleVect &) <public-matrice-morse-sym-matrice-morse-sym-int-int-const-intlists-ref-const-doublelists-ref-const-doublevect-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(int, int, const IntLists &, const DoubleLists &, const DoubleVect &)](#public-matrice-morse-sym-matrice-morse-sym-int-int-const-intlists-ref-const-doublelists-ref-const-doublevect-ref)
matrice_renumerotee
Matrice & Matrice_Morse_Sym::matrice_renumerotee()
Referenced By
How to cite in this doc:
:ref:`Matrice & Matrice_Morse_Sym::matrice_renumerotee() <public-matrice-ref-matrice-morse-sym-matrice-renumerotee>`
[Matrice & Matrice_Morse_Sym::matrice_renumerotee()](#public-matrice-ref-matrice-morse-sym-matrice-renumerotee)
matrice_renumerotee
Matrice & Matrice_Morse_Sym::matrice_renumerotee() const
How to cite in this doc:
:ref:`Matrice & Matrice_Morse_Sym::matrice_renumerotee() const <public-matrice-ref-matrice-morse-sym-matrice-renumerotee-const>`
[Matrice & Matrice_Morse_Sym::matrice_renumerotee() const](#public-matrice-ref-matrice-morse-sym-matrice-renumerotee-const)
multvect_et_prodscal
double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const
References
How to cite in this doc:
:ref:`double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const <public-double-matrice-morse-sym-multvect-et-prodscal-const-doublevect-ref-doublevect-ref-const>`
[double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const](#public-double-matrice-morse-sym-multvect-et-prodscal-const-doublevect-ref-doublevect-ref-const)
operator* =
Matrice_Morse_Sym & Matrice_Morse_Sym::operator*=(double)

NE FAIT RIEN : NON CODE.

References
How to cite in this doc:
:ref:`Matrice_Morse_Sym & Matrice_Morse_Sym::operator*=(double) <public-matrice-morse-sym-ref-matrice-morse-sym-operator-ptr-equal-double>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator*=(double)](#public-matrice-morse-sym-ref-matrice-morse-sym-operator-ptr-equal-double)
operator -
Matrice_Morse_Sym Matrice_Morse_Sym::operator-() const

Operateur de negation unaire, renvoie l’opposee de la matrice: - A.

Appelle operator*(const Matrice_Morse_Sym&,double)

How to cite in this doc:
:ref:`Matrice_Morse_Sym Matrice_Morse_Sym::operator-() const <public-matrice-morse-sym-matrice-morse-sym-operator-const>`
[Matrice_Morse_Sym Matrice_Morse_Sym::operator-() const](#public-matrice-morse-sym-matrice-morse-sym-operator-const)
operator =
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &)
References
How to cite in this doc:
:ref:`Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &) <public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &)](#public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-ref)
operator =
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &)
References
How to cite in this doc:
:ref:`Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &) <public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &)](#public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-ref)
operator =
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse_Sym &)

Operateur d’affectatiob d’une Matrice_Morse_Sym dans une Matrice_Morse_Sym .

References
How to cite in this doc:
:ref:`Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse_Sym &) <public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-sym-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse_Sym &)](#public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-sym-ref)
permutation
ArrOfInt & Matrice_Morse_Sym::permutation()
Referenced By
How to cite in this doc:
:ref:`ArrOfInt & Matrice_Morse_Sym::permutation() <public-arrofint-ref-matrice-morse-sym-permutation>`
[ArrOfInt & Matrice_Morse_Sym::permutation()](#public-arrofint-ref-matrice-morse-sym-permutation)
permutation
ArrOfInt & Matrice_Morse_Sym::permutation() const
How to cite in this doc:
:ref:`ArrOfInt & Matrice_Morse_Sym::permutation() const <public-arrofint-ref-matrice-morse-sym-permutation-const>`
[ArrOfInt & Matrice_Morse_Sym::permutation() const](#public-arrofint-ref-matrice-morse-sym-permutation-const)
permutation_inverse
ArrOfInt & Matrice_Morse_Sym::permutation_inverse()
Referenced By
How to cite in this doc:
:ref:`ArrOfInt & Matrice_Morse_Sym::permutation_inverse() <public-arrofint-ref-matrice-morse-sym-permutation-inverse>`
[ArrOfInt & Matrice_Morse_Sym::permutation_inverse()](#public-arrofint-ref-matrice-morse-sym-permutation-inverse)
permutation_inverse
ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const
How to cite in this doc:
:ref:`ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const <public-arrofint-ref-matrice-morse-sym-permutation-inverse-const>`
[ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const](#public-arrofint-ref-matrice-morse-sym-permutation-inverse-const)
renumerote
void Matrice_Morse_Sym::renumerote() const

Renumerotation d’une matrice afin de reduire la largeur de bande.

References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::renumerote() const <public-void-matrice-morse-sym-renumerote-const>`
[void Matrice_Morse_Sym::renumerote() const](#public-void-matrice-morse-sym-renumerote-const)
scale
void Matrice_Morse_Sym::scale(const double x) override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Matrice_Morse_Sym::scale(const double x) override <public-void-matrice-morse-sym-scale-const-double-x-override>`
[void Matrice_Morse_Sym::scale(const double x) override](#public-void-matrice-morse-sym-scale-const-double-x-override)
taille_memoire
unsigned Matrice_Morse_Sym::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Matrice_Morse_Sym::taille_memoire() const override <public-unsigned-matrice-morse-sym-taille-memoire-const-override>`
[unsigned Matrice_Morse_Sym::taille_memoire() const override](#public-unsigned-matrice-morse-sym-taille-memoire-const-override)
~Matrice_Morse_Sym
Matrice_Morse_Sym::~Matrice_Morse_Sym()
How to cite in this doc:
:ref:`Matrice_Morse_Sym::~Matrice_Morse_Sym() <public-matrice-morse-sym-dtor-matrice-morse-sym>`
[Matrice_Morse_Sym::~Matrice_Morse_Sym()](#public-matrice-morse-sym-dtor-matrice-morse-sym)
cree_instance
Objet_U * Matrice_Morse_Sym::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Matrice_Morse_Sym::cree_instance() <public-static-objet-u-ptr-matrice-morse-sym-cree-instance>`
[Objet_U * Matrice_Morse_Sym::cree_instance()](#public-static-objet-u-ptr-matrice-morse-sym-cree-instance)
info
const Type_info * Matrice_Morse_Sym::info()
How to cite in this doc:
:ref:`const Type_info * Matrice_Morse_Sym::info() <public-static-const-type-info-ptr-matrice-morse-sym-info>`
[const Type_info * Matrice_Morse_Sym::info()](#public-static-const-type-info-ptr-matrice-morse-sym-info)
self_cast
const Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(const Objet_U &) <public-static-const-matrice-morse-sym-ref-matrice-morse-sym-self-cast-const-objet-u-ref>`
[const Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(const Objet_U &)](#public-static-const-matrice-morse-sym-ref-matrice-morse-sym-self-cast-const-objet-u-ref)
self_cast
Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(Objet_U &) <public-static-matrice-morse-sym-ref-matrice-morse-sym-self-cast-objet-u-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(Objet_U &)](#public-static-matrice-morse-sym-ref-matrice-morse-sym-self-cast-objet-u-ref)
printOn
Sortie & Matrice_Morse_Sym::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_Sym::printOn(Sortie &x) const override <protected-sortie-ref-matrice-morse-sym-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Morse_Sym::printOn(Sortie &x) const override](#protected-sortie-ref-matrice-morse-sym-printon-sortie-ref-x-const-override)
readOn
Entree & Matrice_Morse_Sym::readOn(Entree &) override

NON CODE.

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Matrice_Morse_Sym::readOn(Entree &) override <protected-entree-ref-matrice-morse-sym-readon-entree-ref-override>`
[Entree & Matrice_Morse_Sym::readOn(Entree &) override](#protected-entree-ref-matrice-morse-sym-readon-entree-ref-override)
isLU
int Matrice_Morse_Sym::isLU() const
How to cite in this doc:
:ref:`int Matrice_Morse_Sym::isLU() const <private-int-matrice-morse-sym-islu-const>`
[int Matrice_Morse_Sym::isLU() const](#private-int-matrice-morse-sym-islu-const)

Attributes Documentation#

info_obj (public)
const Type_info Matrice_Morse_Sym::info_obj
matrice_renumerotee_ (private)
Matrice Matrice_Morse_Sym::matrice_renumerotee_
permutation_ (private)
ArrOfInt Matrice_Morse_Sym::permutation_
permutation_inverse_ (private)
ArrOfInt Matrice_Morse_Sym::permutation_inverse_

Friends#

  • Matrice_Morse_Sym operator*

  • Matrice_Morse_Sym operator*

  • Matrice_Morse_Sym operator+