Matrice_Morse_Sym#
#include <Matrice_Morse_Sym.h>
Classe Matrice_Morse_Sym 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\_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#
public : Matrice_Morse
public : Matrice_Sym
Inherited by#
public : Matrice_Morse_Diag
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#
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)
Detailed description
Operation: RESU = RESU + A*X
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_Sym::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override <matrice-morse-sym-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](#matrice-morse-sym-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.
Detailed description
Operation: resu = resu + A*x
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_Sym::ajouter_multvect_(const DoubleVect &, DoubleVect &) const override <matrice-morse-sym-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](#matrice-morse-sym-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.
Detailed description
Operation: resu = resu + A^{T}*x
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_Sym::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override <matrice-morse-sym-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](#matrice-morse-sym-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
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_Sym::assert_check_sorted_symmetric_morse_matrix_structure() const <matrice-morse-sym-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](#matrice-morse-sym-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
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:`void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const <matrice-morse-sym-public-void-matrice-morse-sym-assert-check-symmetric-morse-matrix-structure-const>`
[void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const](#matrice-morse-sym-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
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:`bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const <matrice-morse-sym-public-bool-matrice-morse-sym-check-sorted-symmetric-morse-matrix-structure-const>`
[bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const](#matrice-morse-sym-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
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:`bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const <matrice-morse-sym-public-bool-matrice-morse-sym-check-symmetric-morse-matrix-structure-const>`
[bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const](#matrice-morse-sym-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;.
Detailed description
Verification de la diagonale: tous ses elements doivent etre stockes
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:`void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0) <matrice-morse-sym-public-void-matrice-morse-sym-compacte-int-elim-coeff-nul-equal-0>`
[void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0)](#matrice-morse-sym-public-void-matrice-morse-sym-compacte-int-elim-coeff-nul-equal-0)
duplique#
int Matrice_Morse_Sym::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_Sym::duplique() const override <matrice-morse-sym-public-int-matrice-morse-sym-duplique-const-override>`
[int Matrice_Morse_Sym::duplique() const override](#matrice-morse-sym-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 .
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_Sym::get_info() const override <matrice-morse-sym-public-const-type-info-ptr-matrice-morse-sym-get-info-const-override>`
[const Type_info * Matrice_Morse_Sym::get_info() const override](#matrice-morse-sym-public-const-type-info-ptr-matrice-morse-sym-get-info-const-override)
get_stencil#
void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override
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:`void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override <matrice-morse-sym-public-void-matrice-morse-sym-get-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override](#matrice-morse-sym-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
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:`void Matrice_Morse_Sym::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <matrice-morse-sym-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](#matrice-morse-sym-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
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:`void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override <matrice-morse-sym-public-void-matrice-morse-sym-get-symmetric-stencil-inttab-ref-stencil-const-override>`
[void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override](#matrice-morse-sym-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
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:`void Matrice_Morse_Sym::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override <matrice-morse-sym-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](#matrice-morse-sym-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
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_Morse_Sym::imprimer_formatte(Sortie &s) const override <matrice-morse-sym-public-sortie-ref-matrice-morse-sym-imprimer-formatte-sortie-ref-s-const-override>`
[Sortie & Matrice_Morse_Sym::imprimer_formatte(Sortie &s) const override](#matrice-morse-sym-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.
Detailed description
La methode utilisee est GMRES preconditionnee avec ILUT. ATTENTION: cette methode n’a vraisemblablement jamais ete testee en parallele
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:`int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double) const override <matrice-morse-sym-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](#matrice-morse-sym-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
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:`int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double, int) const override <matrice-morse-sym-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](#matrice-morse-sym-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 &)
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_Sym::Matrice_Morse_Sym(const Matrice &) <matrice-morse-sym-public-matrice-morse-sym-matrice-morse-sym-const-matrice-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice &)](#matrice-morse-sym-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 .
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_Sym::Matrice_Morse_Sym(const Matrice_Morse &) <matrice-morse-sym-public-matrice-morse-sym-matrice-morse-sym-const-matrice-morse-ref>`
[Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse &)](#matrice-morse-sym-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 .
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_Sym::Matrice_Morse_Sym(const Matrice_Morse_Sym &) <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 &)](#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)
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_Sym::Matrice_Morse_Sym(int n1=1, int n2=1) <matrice-morse-sym-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)](#matrice-morse-sym-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).
Detailed description
Les elements de la matrice et la table des connectivites sont donnes dans les 3 derniers parametres.
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_Sym::Matrice_Morse_Sym(int, int, const IntLists &, const DoubleLists &, const DoubleVect &) <matrice-morse-sym-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 &)](#matrice-morse-sym-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()
Detailed description
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_Morse_Sym::matrice_renumerotee() <matrice-morse-sym-public-matrice-ref-matrice-morse-sym-matrice-renumerotee>`
[Matrice & Matrice_Morse_Sym::matrice_renumerotee()](#matrice-morse-sym-public-matrice-ref-matrice-morse-sym-matrice-renumerotee)
matrice_renumerotee#
Matrice & Matrice_Morse_Sym::matrice_renumerotee() const
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_Morse_Sym::matrice_renumerotee() const <matrice-morse-sym-public-matrice-ref-matrice-morse-sym-matrice-renumerotee-const>`
[Matrice & Matrice_Morse_Sym::matrice_renumerotee() const](#matrice-morse-sym-public-matrice-ref-matrice-morse-sym-matrice-renumerotee-const)
multvect_et_prodscal#
double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const
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:`double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const <matrice-morse-sym-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](#matrice-morse-sym-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.
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_Sym & Matrice_Morse_Sym::operator*=(double) <matrice-morse-sym-public-matrice-morse-sym-ref-matrice-morse-sym-operator-ptr-equal-double>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator*=(double)](#matrice-morse-sym-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.
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_Sym Matrice_Morse_Sym::operator-() const <matrice-morse-sym-public-matrice-morse-sym-matrice-morse-sym-operator-const>`
[Matrice_Morse_Sym Matrice_Morse_Sym::operator-() const](#matrice-morse-sym-public-matrice-morse-sym-matrice-morse-sym-operator-const)
operator =#
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &)
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_Sym & Matrice_Morse_Sym::operator=(const Matrice &) <matrice-morse-sym-public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &)](#matrice-morse-sym-public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-ref)
operator =#
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &)
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_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &) <matrice-morse-sym-public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &)](#matrice-morse-sym-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 .
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_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse_Sym &) <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 &)](#matrice-morse-sym-public-matrice-morse-sym-ref-matrice-morse-sym-operator-equal-const-matrice-morse-sym-ref)
permutation#
ArrOfInt & Matrice_Morse_Sym::permutation()
Detailed description
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:`ArrOfInt & Matrice_Morse_Sym::permutation() <matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation>`
[ArrOfInt & Matrice_Morse_Sym::permutation()](#matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation)
permutation#
ArrOfInt & Matrice_Morse_Sym::permutation() const
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:`ArrOfInt & Matrice_Morse_Sym::permutation() const <matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation-const>`
[ArrOfInt & Matrice_Morse_Sym::permutation() const](#matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation-const)
permutation_inverse#
ArrOfInt & Matrice_Morse_Sym::permutation_inverse()
Detailed description
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:`ArrOfInt & Matrice_Morse_Sym::permutation_inverse() <matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation-inverse>`
[ArrOfInt & Matrice_Morse_Sym::permutation_inverse()](#matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation-inverse)
permutation_inverse#
ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const
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:`ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const <matrice-morse-sym-public-arrofint-ref-matrice-morse-sym-permutation-inverse-const>`
[ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const](#matrice-morse-sym-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.
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:`void Matrice_Morse_Sym::renumerote() const <matrice-morse-sym-public-void-matrice-morse-sym-renumerote-const>`
[void Matrice_Morse_Sym::renumerote() const](#matrice-morse-sym-public-void-matrice-morse-sym-renumerote-const)
scale#
void Matrice_Morse_Sym::scale(const double x) override
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:`void Matrice_Morse_Sym::scale(const double x) override <matrice-morse-sym-public-void-matrice-morse-sym-scale-const-double-x-override>`
[void Matrice_Morse_Sym::scale(const double x) override](#matrice-morse-sym-public-void-matrice-morse-sym-scale-const-double-x-override)
taille_memoire#
unsigned Matrice_Morse_Sym::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_Sym::taille_memoire() const override <matrice-morse-sym-public-unsigned-matrice-morse-sym-taille-memoire-const-override>`
[unsigned Matrice_Morse_Sym::taille_memoire() const override](#matrice-morse-sym-public-unsigned-matrice-morse-sym-taille-memoire-const-override)
~Matrice_Morse_Sym#
Matrice_Morse_Sym::~Matrice_Morse_Sym()
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_Sym::~Matrice_Morse_Sym() <matrice-morse-sym-public-matrice-morse-sym-dtor-matrice-morse-sym>`
[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()
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_Sym::cree_instance() <matrice-morse-sym-public-static-objet-u-ptr-matrice-morse-sym-cree-instance>`
[Objet_U * Matrice_Morse_Sym::cree_instance()](#matrice-morse-sym-public-static-objet-u-ptr-matrice-morse-sym-cree-instance)
info#
const Type_info * Matrice_Morse_Sym::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_Sym::info() <matrice-morse-sym-public-static-const-type-info-ptr-matrice-morse-sym-info>`
[const Type_info * Matrice_Morse_Sym::info()](#matrice-morse-sym-public-static-const-type-info-ptr-matrice-morse-sym-info)
self_cast#
const Matrice_Morse_Sym & Matrice_Morse_Sym::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_Sym & Matrice_Morse_Sym::self_cast(const Objet_U &) <matrice-morse-sym-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 &)](#matrice-morse-sym-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 &)
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_Sym & Matrice_Morse_Sym::self_cast(Objet_U &) <matrice-morse-sym-public-static-matrice-morse-sym-ref-matrice-morse-sym-self-cast-objet-u-ref>`
[Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(Objet_U &)](#matrice-morse-sym-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.
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:`Sortie & Matrice_Morse_Sym::printOn(Sortie &x) const override <matrice-morse-sym-protected-sortie-ref-matrice-morse-sym-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Morse_Sym::printOn(Sortie &x) const override](#matrice-morse-sym-protected-sortie-ref-matrice-morse-sym-printon-sortie-ref-x-const-override)
readOn#
Entree & Matrice_Morse_Sym::readOn(Entree &) override
NON CODE.
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:`Entree & Matrice_Morse_Sym::readOn(Entree &) override <matrice-morse-sym-protected-entree-ref-matrice-morse-sym-readon-entree-ref-override>`
[Entree & Matrice_Morse_Sym::readOn(Entree &) override](#matrice-morse-sym-protected-entree-ref-matrice-morse-sym-readon-entree-ref-override)
isLU#
int Matrice_Morse_Sym::isLU() const
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:`int Matrice_Morse_Sym::isLU() const <matrice-morse-sym-private-int-matrice-morse-sym-islu-const>`
[int Matrice_Morse_Sym::isLU() const](#matrice-morse-sym-private-int-matrice-morse-sym-islu-const)
Attributes Documentation#
const Type_info Matrice_Morse_Sym::info_obj
Matrice Matrice_Morse_Sym::matrice_renumerotee_
ArrOfInt Matrice_Morse_Sym::permutation_
ArrOfInt Matrice_Morse_Sym::permutation_inverse_
Friends#
Matrice_Morse_Sym operator*
Matrice_Morse_Sym operator*
Matrice_Morse_Sym operator+