Matrice_Base#

#include <Matrice_Base.h>
Brief description

Classe Matrice_Base Classe de base de la hierarchie des matrices.

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\_Base <class-matrice-base>`
[Matrice\_Base](#class-matrice-base)

Detailed description#

Cette classe definie l’interface generique d’une matrice telle qu’elle est utilisee dans Trio - U. En consequence elle n’est pas instanciable. Toutes les types de matrices devront deriver de cette classe de base et implementer ses methodes abstraites. Dans les commentaires des methodes A represente un objet Matrice_base.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classMatrice__Base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter_multTab#

Definition
DoubleTab & Matrice_Base::ajouter_multTab(const DoubleTab &, DoubleTab &r) const
Brief description

NON CODE Operation de multiplication - accumulation (saxpy) matrice matrice.

Detailed description

(matrice represente par un tableau) Operation: R = R + A*X

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_Base::ajouter_multTab(const DoubleTab &, DoubleTab &r) const <matrice-base-public-doubletab-ref-matrice-base-ajouter-multtab-const-doubletab-ref-doubletab-ref-r-const>`
[DoubleTab & Matrice_Base::ajouter_multTab(const DoubleTab &, DoubleTab &r) const](#matrice-base-public-doubletab-ref-matrice-base-ajouter-multtab-const-doubletab-ref-doubletab-ref-r-const)

ajouter_multTab_#

Definition
virtual DoubleTab & Matrice_Base::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const =0
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:`virtual DoubleTab & Matrice_Base::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const =0 <matrice-base-public-virtual-doubletab-ref-matrice-base-ajouter-multtab-underscore-const-doubletab-ref-x-doubletab-ref-r-const-equal-0>`
[virtual DoubleTab & Matrice_Base::ajouter_multTab_(const DoubleTab &x, DoubleTab &r) const =0](#matrice-base-public-virtual-doubletab-ref-matrice-base-ajouter-multtab-underscore-const-doubletab-ref-x-doubletab-ref-r-const-equal-0)

ajouter_multvect#

Definition
DoubleVect & Matrice_Base::ajouter_multvect(const DoubleVect &x, DoubleVect &r) const
Brief description

Operation de multiplication - accumulation (saxpy) matrice vecteur.

Detailed description

Operation: r = r + A*x

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:`DoubleVect & Matrice_Base::ajouter_multvect(const DoubleVect &x, DoubleVect &r) const <matrice-base-public-doublevect-ref-matrice-base-ajouter-multvect-const-doublevect-ref-x-doublevect-ref-r-const>`
[DoubleVect & Matrice_Base::ajouter_multvect(const DoubleVect &x, DoubleVect &r) const](#matrice-base-public-doublevect-ref-matrice-base-ajouter-multvect-const-doublevect-ref-x-doublevect-ref-r-const)

ajouter_multvect_#

Definition
virtual DoubleVect & Matrice_Base::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const =0
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:`virtual DoubleVect & Matrice_Base::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const =0 <matrice-base-public-virtual-doublevect-ref-matrice-base-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-r-const-equal-0>`
[virtual DoubleVect & Matrice_Base::ajouter_multvect_(const DoubleVect &x, DoubleVect &r) const =0](#matrice-base-public-virtual-doublevect-ref-matrice-base-ajouter-multvect-underscore-const-doublevect-ref-x-doublevect-ref-r-const-equal-0)

ajouter_multvectT#

Definition
DoubleVect & Matrice_Base::ajouter_multvectT(const DoubleVect &x, DoubleVect &r) const
Brief description

Operation de multiplication - accumulation (saxpy) matrice vecteur.

Detailed description

Operation: r = r + A*x

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:`DoubleVect & Matrice_Base::ajouter_multvectT(const DoubleVect &x, DoubleVect &r) const <matrice-base-public-doublevect-ref-matrice-base-ajouter-multvectt-const-doublevect-ref-x-doublevect-ref-r-const>`
[DoubleVect & Matrice_Base::ajouter_multvectT(const DoubleVect &x, DoubleVect &r) const](#matrice-base-public-doublevect-ref-matrice-base-ajouter-multvectt-const-doublevect-ref-x-doublevect-ref-r-const)

ajouter_multvectT_#

Definition
virtual DoubleVect & Matrice_Base::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const =0
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:`virtual DoubleVect & Matrice_Base::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const =0 <matrice-base-public-virtual-doublevect-ref-matrice-base-ajouter-multvectt-underscore-const-doublevect-ref-x-doublevect-ref-r-const-equal-0>`
[virtual DoubleVect & Matrice_Base::ajouter_multvectT_(const DoubleVect &x, DoubleVect &r) const =0](#matrice-base-public-virtual-doublevect-ref-matrice-base-ajouter-multvectt-underscore-const-doublevect-ref-x-doublevect-ref-r-const-equal-0)

build_stencil#

Definition
void Matrice_Base::build_stencil()
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_Base::build_stencil() <matrice-base-public-void-matrice-base-build-stencil>`
[void Matrice_Base::build_stencil()](#matrice-base-public-void-matrice-base-build-stencil)

clean#

Definition
virtual void Matrice_Base::clean()
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:`virtual void Matrice_Base::clean() <matrice-base-public-virtual-void-matrice-base-clean>`
[virtual void Matrice_Base::clean()](#matrice-base-public-virtual-void-matrice-base-clean)

get_info#

Definition
const Type_info * Matrice_Base::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_Base::get_info() const override <matrice-base-public-const-type-info-ptr-matrice-base-get-info-const-override>`
[const Type_info * Matrice_Base::get_info() const override](#matrice-base-public-const-type-info-ptr-matrice-base-get-info-const-override)

get_stencil#

Definition
void Matrice_Base::get_stencil(IntTab &stencil) 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_Base::get_stencil(IntTab &stencil) const <matrice-base-public-void-matrice-base-get-stencil-inttab-ref-stencil-const>`
[void Matrice_Base::get_stencil(IntTab &stencil) const](#matrice-base-public-void-matrice-base-get-stencil-inttab-ref-stencil-const)

get_stencil_and_coeff_ptrs#

Definition
void Matrice_Base::get_stencil_and_coeff_ptrs(IntTab &stencil, std::vector< const double * > &coeff_ptr) 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_Base::get_stencil_and_coeff_ptrs(IntTab &stencil, std::vector< const double * > &coeff_ptr) const <matrice-base-public-void-matrice-base-get-stencil-and-coeff-ptrs-inttab-ref-stencil-std-vector-const-double-ptr-ref-coeff-ptr-const>`
[void Matrice_Base::get_stencil_and_coeff_ptrs(IntTab &stencil, std::vector< const double * > &coeff_ptr) const](#matrice-base-public-void-matrice-base-get-stencil-and-coeff-ptrs-inttab-ref-stencil-std-vector-const-double-ptr-ref-coeff-ptr-const)

get_stencil_and_coefficients#

Definition
void Matrice_Base::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) 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_Base::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const <matrice-base-public-void-matrice-base-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const>`
[void Matrice_Base::get_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const](#matrice-base-public-void-matrice-base-get-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const)

get_stencil_size#

Definition
int Matrice_Base::get_stencil_size() 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:`int Matrice_Base::get_stencil_size() const <matrice-base-public-int-matrice-base-get-stencil-size-const>`
[int Matrice_Base::get_stencil_size() const](#matrice-base-public-int-matrice-base-get-stencil-size-const)

get_symmetric_stencil#

Definition
void Matrice_Base::get_symmetric_stencil(IntTab &stencil) 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_Base::get_symmetric_stencil(IntTab &stencil) const <matrice-base-public-void-matrice-base-get-symmetric-stencil-inttab-ref-stencil-const>`
[void Matrice_Base::get_symmetric_stencil(IntTab &stencil) const](#matrice-base-public-void-matrice-base-get-symmetric-stencil-inttab-ref-stencil-const)

get_symmetric_stencil_and_coefficients#

Definition
void Matrice_Base::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) 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_Base::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const <matrice-base-public-void-matrice-base-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const>`
[void Matrice_Base::get_symmetric_stencil_and_coefficients(IntTab &stencil, ArrOfDouble &coefficients) const](#matrice-base-public-void-matrice-base-get-symmetric-stencil-and-coefficients-inttab-ref-stencil-arrofdouble-ref-coefficients-const)

imprimer#

Definition
Sortie & Matrice_Base::imprimer(Sortie &) const
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:`Sortie & Matrice_Base::imprimer(Sortie &) const <matrice-base-public-sortie-ref-matrice-base-imprimer-sortie-ref-const>`
[Sortie & Matrice_Base::imprimer(Sortie &) const](#matrice-base-public-sortie-ref-matrice-base-imprimer-sortie-ref-const)

imprimer_formatte#

Definition
Sortie & Matrice_Base::imprimer_formatte(Sortie &s) const
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:`Sortie & Matrice_Base::imprimer_formatte(Sortie &s) const <matrice-base-public-sortie-ref-matrice-base-imprimer-formatte-sortie-ref-s-const>`
[Sortie & Matrice_Base::imprimer_formatte(Sortie &s) const](#matrice-base-public-sortie-ref-matrice-base-imprimer-formatte-sortie-ref-s-const)

is_stencil_up_to_date#

Definition
bool Matrice_Base::is_stencil_up_to_date() 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_Base::is_stencil_up_to_date() const <matrice-base-public-bool-matrice-base-is-stencil-up-to-date-const>`
[bool Matrice_Base::is_stencil_up_to_date() const](#matrice-base-public-bool-matrice-base-is-stencil-up-to-date-const)

Matrice_Base#

Definition
Matrice_Base::Matrice_Base()
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_Base::Matrice_Base() <matrice-base-public-matrice-base-matrice-base>`
[Matrice_Base::Matrice_Base()](#matrice-base-public-matrice-base-matrice-base)

multTab#

Definition
DoubleTab & Matrice_Base::multTab(const DoubleTab &, DoubleTab &r) const
Brief description

NON CODE Multiplication d’une matrice representee par un tableau par la matrice.

Detailed description

Operation: R = A*X

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_Base::multTab(const DoubleTab &, DoubleTab &r) const <matrice-base-public-doubletab-ref-matrice-base-multtab-const-doubletab-ref-doubletab-ref-r-const>`
[DoubleTab & Matrice_Base::multTab(const DoubleTab &, DoubleTab &r) const](#matrice-base-public-doubletab-ref-matrice-base-multtab-const-doubletab-ref-doubletab-ref-r-const)

multvect#

Definition
DoubleVect & Matrice_Base::multvect(const DoubleVect &, DoubleVect &) const
Brief description

Multiplication d’un vecteur par la matrice.

Detailed description

Operation: r = A*x

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:`DoubleVect & Matrice_Base::multvect(const DoubleVect &, DoubleVect &) const <matrice-base-public-doublevect-ref-matrice-base-multvect-const-doublevect-ref-doublevect-ref-const>`
[DoubleVect & Matrice_Base::multvect(const DoubleVect &, DoubleVect &) const](#matrice-base-public-doublevect-ref-matrice-base-multvect-const-doublevect-ref-doublevect-ref-const)

multvect_#

Definition
DoubleVect & Matrice_Base::multvect_(const DoubleVect &, DoubleVect &) 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:`DoubleVect & Matrice_Base::multvect_(const DoubleVect &, DoubleVect &) const <matrice-base-public-doublevect-ref-matrice-base-multvect-underscore-const-doublevect-ref-doublevect-ref-const>`
[DoubleVect & Matrice_Base::multvect_(const DoubleVect &, DoubleVect &) const](#matrice-base-public-doublevect-ref-matrice-base-multvect-underscore-const-doublevect-ref-doublevect-ref-const)

multvectT#

Definition
DoubleVect & Matrice_Base::multvectT(const DoubleVect &, DoubleVect &) const
Brief description

Multiplication d’un vecteur par la matrice transposee.

Detailed description

Operation: r = AT*x

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:`DoubleVect & Matrice_Base::multvectT(const DoubleVect &, DoubleVect &) const <matrice-base-public-doublevect-ref-matrice-base-multvectt-const-doublevect-ref-doublevect-ref-const>`
[DoubleVect & Matrice_Base::multvectT(const DoubleVect &, DoubleVect &) const](#matrice-base-public-doublevect-ref-matrice-base-multvectt-const-doublevect-ref-doublevect-ref-const)

multvectT_#

Definition
DoubleVect & Matrice_Base::multvectT_(const DoubleVect &, DoubleVect &) 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:`DoubleVect & Matrice_Base::multvectT_(const DoubleVect &, DoubleVect &) const <matrice-base-public-doublevect-ref-matrice-base-multvectt-underscore-const-doublevect-ref-doublevect-ref-const>`
[DoubleVect & Matrice_Base::multvectT_(const DoubleVect &, DoubleVect &) const](#matrice-base-public-doublevect-ref-matrice-base-multvectt-underscore-const-doublevect-ref-doublevect-ref-const)

nb_colonnes#

Definition
virtual int Matrice_Base::nb_colonnes() const =0
Brief description

Return local number of columns ( = size on the current proc)

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:`virtual int Matrice_Base::nb_colonnes() const =0 <matrice-base-public-virtual-int-matrice-base-nb-colonnes-const-equal-0>`
[virtual int Matrice_Base::nb_colonnes() const =0](#matrice-base-public-virtual-int-matrice-base-nb-colonnes-const-equal-0)

nb_lignes#

Definition
virtual int Matrice_Base::nb_lignes() const =0
Brief description

Return local number of lines ( = size on the current proc)

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:`virtual int Matrice_Base::nb_lignes() const =0 <matrice-base-public-virtual-int-matrice-base-nb-lignes-const-equal-0>`
[virtual int Matrice_Base::nb_lignes() const =0](#matrice-base-public-virtual-int-matrice-base-nb-lignes-const-equal-0)

ordre#

Definition
virtual int Matrice_Base::ordre() const =0
Brief description

If square matrix, returns number of lines, otherwise 0.

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:`virtual int Matrice_Base::ordre() const =0 <matrice-base-public-virtual-int-matrice-base-ordre-const-equal-0>`
[virtual int Matrice_Base::ordre() const =0](#matrice-base-public-virtual-int-matrice-base-ordre-const-equal-0)

scale#

Definition
virtual void Matrice_Base::scale(const double x)=0
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:`virtual void Matrice_Base::scale(const double x)=0 <matrice-base-public-virtual-void-matrice-base-scale-const-double-x-equal-0>`
[virtual void Matrice_Base::scale(const double x)=0](#matrice-base-public-virtual-void-matrice-base-scale-const-double-x-equal-0)

set_stencil#

Definition
void Matrice_Base::set_stencil(const IntTab &stencil)
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_Base::set_stencil(const IntTab &stencil) <matrice-base-public-void-matrice-base-set-stencil-const-inttab-ref-stencil>`
[void Matrice_Base::set_stencil(const IntTab &stencil)](#matrice-base-public-void-matrice-base-set-stencil-const-inttab-ref-stencil)

~Matrice_Base#

Definition
Matrice_Base::~Matrice_Base() override
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_Base::~Matrice_Base() override <matrice-base-public-matrice-base-dtor-matrice-base-override>`
[Matrice_Base::~Matrice_Base() override](#matrice-base-public-matrice-base-dtor-matrice-base-override)

info#

Definition
const Type_info * Matrice_Base::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_Base::info() <matrice-base-public-static-const-type-info-ptr-matrice-base-info>`
[const Type_info * Matrice_Base::info()](#matrice-base-public-static-const-type-info-ptr-matrice-base-info)

self_cast#

Definition
const Matrice_Base & Matrice_Base::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_Base & Matrice_Base::self_cast(const Objet_U &) <matrice-base-public-static-const-matrice-base-ref-matrice-base-self-cast-const-objet-u-ref>`
[const Matrice_Base & Matrice_Base::self_cast(const Objet_U &)](#matrice-base-public-static-const-matrice-base-ref-matrice-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Matrice_Base & Matrice_Base::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_Base & Matrice_Base::self_cast(Objet_U &) <matrice-base-public-static-matrice-base-ref-matrice-base-self-cast-objet-u-ref>`
[Matrice_Base & Matrice_Base::self_cast(Objet_U &)](#matrice-base-public-static-matrice-base-ref-matrice-base-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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_Base::printOn(Sortie &x) const override <matrice-base-protected-sortie-ref-matrice-base-printon-sortie-ref-x-const-override>`
[Sortie & Matrice_Base::printOn(Sortie &x) const override](#matrice-base-protected-sortie-ref-matrice-base-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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_Base::readOn(Entree &) override <matrice-base-protected-entree-ref-matrice-base-readon-entree-ref-override>`
[Entree & Matrice_Base::readOn(Entree &) override](#matrice-base-protected-entree-ref-matrice-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Matrice_Base::info_obj
is_stencil_up_to_date_ (protected)
bool Matrice_Base::is_stencil_up_to_date_ = false
stencil_ (protected)
IntTab Matrice_Base::stencil_

Friends#

  • DoubleVect operator*