2 #ifndef GAUDIGSL_IEQSOLVER_H 3 #define GAUDIGSL_IEQSOLVER_H 1 36 typedef Genfun::Argument
Arg ;
48 virtual StatusCode solver(
const Equations& equations ,
49 Arg& solution )
const = 0 ;
53 #endif // GAUDIGSL_IEQSOLVER_H #define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Genfun::Argument Arg
Argument of function "GenFunc" (.
Interface file for multidimensional root-finding (solving nonlinear system with n equations in n unkn...
This class is used for returning status codes from appropriate routines.
std::vector< const GenFunc * > Equations
Vector of the function "GenFunc" which we solver.
Genfun::AbsFunction GenFunc
Function (.