16#ifndef Solv_Cholesky_included
17#define Solv_Cholesky_included
19#include <Matrice_Morse_Sym.h>
20#include <TRUSTTabs_forward.h>
21#include <SolveurSys_base.h>
28 Declare_instanciable_sans_constructeur_ni_destructeur(
Solv_Cholesky);
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.
void set_param(Param ¶m) const override
int solveur_direct() const override
int resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &) override
Matrice_Morse_Sym matrice_de_travail
int Fact_Cholesky(const Matrice_Morse_Sym &, const int)
int resoudre_systeme(const Matrice_Base &M, const DoubleVect &A, DoubleVect &B, int niter_max) override
int Cholesky(const Matrice_Morse_Sym &, const DoubleVect &, DoubleVect &)
ArrOfDouble matrice_bande_factorisee_fortran_
~Solv_Cholesky() override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.