Matrice_Morse_Sym#

#include <Matrice_Morse_Sym.h>
Brief description

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#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classMatrice__Morse__Sym__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

ajouter_multTab_#

Definition
DoubleTab & Matrice_Morse_Sym::ajouter_multTab_(const DoubleTab &, DoubleTab &) const override
Brief description

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_#

Definition
DoubleVect & Matrice_Morse_Sym::ajouter_multvect_(const DoubleVect &, DoubleVect &) const override
Brief description

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_#

Definition
DoubleVect & Matrice_Morse_Sym::ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override
Brief description

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#

Definition
void Matrice_Morse_Sym::assert_check_sorted_symmetric_morse_matrix_structure() const
Brief description
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#

Definition
void Matrice_Morse_Sym::assert_check_symmetric_morse_matrix_structure() const
Brief description
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#

Definition
bool Matrice_Morse_Sym::check_sorted_symmetric_morse_matrix_structure() const
Brief description
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#

Definition
bool Matrice_Morse_Sym::check_symmetric_morse_matrix_structure() const
Brief description
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#

Definition
void Matrice_Morse_Sym::compacte(int elim_coeff_nul=0)
Brief description

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#

Definition
int Matrice_Morse_Sym::duplique() const override
Brief description
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#

Definition
const Type_info * Matrice_Morse_Sym::get_info() const override
Brief description

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#

Definition
void Matrice_Morse_Sym::get_stencil(IntTab &stencil) const override
Brief description
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#

Definition
void Matrice_Morse_Sym::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
Brief description
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#

Definition
void Matrice_Morse_Sym::get_symmetric_stencil(IntTab &stencil) const override
Brief description
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#

Definition
void Matrice_Morse_Sym::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const override
Brief description
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_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#

Definition
Sortie & Matrice_Morse_Sym::imprimer_formatte(Sortie &s) const override
Brief description
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#

Definition
int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double) const override
Brief description

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#

Definition
int Matrice_Morse_Sym::inverse(const DoubleVect &, DoubleVect &, double, int) const override
Brief description
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#

Definition
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice &)
Brief description
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#

Definition
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse &)
Brief description

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#

Definition
Matrice_Morse_Sym::Matrice_Morse_Sym(const Matrice_Morse_Sym &)
Brief description

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#

Definition
Matrice_Morse_Sym::Matrice_Morse_Sym(int n1=1, int n2=1)
Brief description
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#

Definition
Matrice_Morse_Sym::Matrice_Morse_Sym(int, int, const IntLists &, const DoubleLists &, const DoubleVect &)
Brief description

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#

Definition
Matrice & Matrice_Morse_Sym::matrice_renumerotee()
Brief description
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#

Definition
Matrice & Matrice_Morse_Sym::matrice_renumerotee() const
Brief description
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#

Definition
double Matrice_Morse_Sym::multvect_et_prodscal(const DoubleVect &, DoubleVect &) const
Brief description
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* =#

Definition
Matrice_Morse_Sym & Matrice_Morse_Sym::operator*=(double)
Brief description

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 -#

Definition
Matrice_Morse_Sym Matrice_Morse_Sym::operator-() const
Brief description

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 =#

Definition
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice &)
Brief description
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 &) <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 =#

Definition
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse &)
Brief description
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 =#

Definition
Matrice_Morse_Sym & Matrice_Morse_Sym::operator=(const Matrice_Morse_Sym &)
Brief description

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#

Definition
ArrOfInt & Matrice_Morse_Sym::permutation()
Brief description
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#

Definition
ArrOfInt & Matrice_Morse_Sym::permutation() const
Brief description
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#

Definition
ArrOfInt & Matrice_Morse_Sym::permutation_inverse()
Brief description
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#

Definition
ArrOfInt & Matrice_Morse_Sym::permutation_inverse() const
Brief description
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#

Definition
void Matrice_Morse_Sym::renumerote() const
Brief description

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#

Definition
void Matrice_Morse_Sym::scale(const double x) override
Brief description
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#

Definition
unsigned Matrice_Morse_Sym::taille_memoire() const override
Brief description
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#

Definition
Matrice_Morse_Sym::~Matrice_Morse_Sym()
Brief description
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#

Definition
Objet_U * Matrice_Morse_Sym::cree_instance()
Brief description
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#

Definition
const Type_info * Matrice_Morse_Sym::info()
Brief description
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#

Definition
const Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(const Objet_U &)
Brief description
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#

Definition
Matrice_Morse_Sym & Matrice_Morse_Sym::self_cast(Objet_U &)
Brief description
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#

Definition
Sortie & Matrice_Morse_Sym::printOn(Sortie &x) const override
Brief description

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_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#

Definition
Entree & Matrice_Morse_Sym::readOn(Entree &) override
Brief description

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_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#

Definition
int Matrice_Morse_Sym::isLU() const
Brief description
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#

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+