16#ifndef SolveurSys_included
17#define SolveurSys_included
27#include <SolveurSys_base.h>
28#include <Matrice_Base.h>
29#include <TRUST_Deriv.h>
36 inline const Nom&
le_nom()
const override {
return nom_; }
37 inline void nommer(
const Nom& nom)
override { nom_ = nom; }
Matrice_Base class - Base class of the matrix hierarchy.
class Nom: a character string for naming TRUST objects.
class SolveurSys A SolveurSys represents any class
int resoudre_systeme(const Matrice_Base &matrice, const DoubleVect &secmem, DoubleVect &solution)
void nommer(const Nom &nom) override
const Nom & le_nom() const override