PrecondSolv#

#include <PrecondSolv.h>

How to cite this class in this doc#

:ref:`PrecondSolv <class-precondsolv>`
[PrecondSolv](#class-precondsolv)

Detailed description#

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique
int PrecondSolv::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int PrecondSolv::duplique() const override <public-int-precondsolv-duplique-const-override>`
[int PrecondSolv::duplique() const override](#public-int-precondsolv-duplique-const-override)
get_info
const Type_info * PrecondSolv::get_info() const override

Donne des informations sur le type de l’ Objet_U .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * PrecondSolv::get_info() const override <public-const-type-info-ptr-precondsolv-get-info-const-override>`
[const Type_info * PrecondSolv::get_info() const override](#public-const-type-info-ptr-precondsolv-get-info-const-override)
PrecondSolv
PrecondSolv::PrecondSolv()
How to cite in this doc:
:ref:`PrecondSolv::PrecondSolv() <public-precondsolv-precondsolv>`
[PrecondSolv::PrecondSolv()](#public-precondsolv-precondsolv)
supporte_matrice_morse_sym
int PrecondSolv::supporte_matrice_morse_sym() override

returns 1 if the implementation accepts Matrice_Morse_Sym matrices, otherwise 0.

(must be reimplemented if answer is 0)

Reimplements:

References
How to cite in this doc:
:ref:`int PrecondSolv::supporte_matrice_morse_sym() override <public-int-precondsolv-supporte-matrice-morse-sym-override>`
[int PrecondSolv::supporte_matrice_morse_sym() override](#public-int-precondsolv-supporte-matrice-morse-sym-override)
taille_memoire
unsigned PrecondSolv::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned PrecondSolv::taille_memoire() const override <public-unsigned-precondsolv-taille-memoire-const-override>`
[unsigned PrecondSolv::taille_memoire() const override](#public-unsigned-precondsolv-taille-memoire-const-override)
~PrecondSolv
PrecondSolv::~PrecondSolv()
How to cite in this doc:
:ref:`PrecondSolv::~PrecondSolv() <public-precondsolv-dtor-precondsolv>`
[PrecondSolv::~PrecondSolv()](#public-precondsolv-dtor-precondsolv)
cree_instance
Objet_U * PrecondSolv::cree_instance()
How to cite in this doc:
:ref:`Objet_U * PrecondSolv::cree_instance() <public-static-objet-u-ptr-precondsolv-cree-instance>`
[Objet_U * PrecondSolv::cree_instance()](#public-static-objet-u-ptr-precondsolv-cree-instance)
info
const Type_info * PrecondSolv::info()
How to cite in this doc:
:ref:`const Type_info * PrecondSolv::info() <public-static-const-type-info-ptr-precondsolv-info>`
[const Type_info * PrecondSolv::info()](#public-static-const-type-info-ptr-precondsolv-info)
self_cast
const PrecondSolv & PrecondSolv::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const PrecondSolv & PrecondSolv::self_cast(const Objet_U &) <public-static-const-precondsolv-ref-precondsolv-self-cast-const-objet-u-ref>`
[const PrecondSolv & PrecondSolv::self_cast(const Objet_U &)](#public-static-const-precondsolv-ref-precondsolv-self-cast-const-objet-u-ref)
self_cast
PrecondSolv & PrecondSolv::self_cast(Objet_U &)
How to cite in this doc:
:ref:`PrecondSolv & PrecondSolv::self_cast(Objet_U &) <public-static-precondsolv-ref-precondsolv-self-cast-objet-u-ref>`
[PrecondSolv & PrecondSolv::self_cast(Objet_U &)](#public-static-precondsolv-ref-precondsolv-self-cast-objet-u-ref)
preconditionner_
int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override

Calcule la solution du systeme lineaire: A * solution = b avec la methode de relaxation PrecondSolv .

Reimplements:

References
How to cite in this doc:
:ref:`int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override <protected-int-precondsolv-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override>`
[int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override](#protected-int-precondsolv-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override)
prepare_
void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override

this method must be overloaded if some preparation is necessary.

It is called after a call to reinit() and before the next call to preconditionner_() . Do not forget to call the prepare_() method of the ancestor (at the end of the routine, otherwise status will be put to READY) and use get_status() to know what should be prepared.

Reimplements:

References
How to cite in this doc:
:ref:`void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override <protected-void-precondsolv-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-src-override>`
[void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override](#protected-void-precondsolv-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-src-override)
printOn
Sortie & PrecondSolv::printOn(Sortie &x) const override

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

Reimplements:

How to cite in this doc:
:ref:`Sortie & PrecondSolv::printOn(Sortie &x) const override <protected-sortie-ref-precondsolv-printon-sortie-ref-x-const-override>`
[Sortie & PrecondSolv::printOn(Sortie &x) const override](#protected-sortie-ref-precondsolv-printon-sortie-ref-x-const-override)
readOn
Entree & PrecondSolv::readOn(Entree &) override

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

Reimplements:

References
How to cite in this doc:
:ref:`Entree & PrecondSolv::readOn(Entree &) override <protected-entree-ref-precondsolv-readon-entree-ref-override>`
[Entree & PrecondSolv::readOn(Entree &) override](#protected-entree-ref-precondsolv-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info PrecondSolv::info_obj
solveur (protected)
SolveurSys PrecondSolv::solveur