16#ifndef Solv_Gmres_included
17#define Solv_Gmres_included
19#include <TRUSTTabs_forward.h>
20#include <solv_iteratif.h>
21#include <TRUSTVects.h>
29 Declare_instanciable_sans_constructeur(
Solv_Gmres);
Class defining operators and methods for all reading operation in an input flow (file,...
Matrice_Base class - Base class of the matrix hierarchy.
Matrice_Morse_Sym class - Represents a sparse symmetric matrix M stored in Morse format.
Matrice_Morse class - Represents a (sparse) matrix M, not necessarily square,.
A character string (Nom) in uppercase.
Helper class to factorize the readOn method of Objet_U classes.
int resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &) override
int Gmres(const Matrice_Morse &, const DoubleVect &, DoubleVect &)
int gmres_local(const Matrice_Morse &A, const DoubleVect &b, DoubleVect &tab_x1)
int resoudre_systeme(const Matrice_Base &M, const DoubleVect &A, DoubleVect &B, int niter_max) override
void set_param(Param ¶m) const override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.