16#ifndef Interface_blocs_included
17#define Interface_blocs_included
30typedef std::map<std::string, Matrice_Morse *> matrices_t;
32typedef std::map<std::string, DoubleTab > tabs_t;
33typedef std::map<std::string, DoubleTab*> ptabs_t;
35typedef void (*fonc_calc_t)(
const Objet_U& obj, DoubleTab& val, DoubleTab& bval, tabs_t& deriv);
Matrice_Morse class - Represents a (sparse) matrix M, not necessarily square,.
Base class for TRUST objects (Objet_U).