17#include <Matrice_Morse_Sym.h>
57 Cout <<
"Result ssor: " << w << finl;
60 Cout <<
"Result ssor2: " << w << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
Matrice_Morse_Sym class - Represents a sparse symmetric matrix M stored in Morse format.
void set_nb_columns(const int)
int nb_colonnes() const override
Return local number of columns (=size on the current proc).
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
int lire_avec_accolades(Entree &is)
Alias of lire_avec_accolades_depuis.
int preconditionner(const Matrice_Base &, const DoubleVect &src, DoubleVect &solution)
Call to the prepare() method if reinit() has been called previously, then call to preconditionner_().
Base class for output streams.
Entree & interpreter(Entree &) override