![]() |
|
|
Generated: 24 Nov 2008 |
#include <GaudiGSL/IEqSolver.h>


Definition at line 32 of file IEqSolver.h.
Public Types | |
| typedef Genfun::AbsFunction | GenFunc |
| Function (. | |
| typedef std::vector< const GenFunc * > | Equations |
| Vector of the function "GenFunc" which we solver. | |
| typedef Genfun::Argument | Arg |
| Argument of function "GenFunc" (. | |
Public Member Functions | |
| virtual StatusCode | solver (const Equations &equations, Arg &solution) const =0 |
| Do Multidimensional Root-finding. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| typedef Genfun::AbsFunction IEqSolver::GenFunc |
Function (.
Definition at line 38 of file IEqSolver.h.
| typedef std::vector<const GenFunc*> IEqSolver::Equations |
| typedef Genfun::Argument IEqSolver::Arg |
Argument of function "GenFunc" (.
Definition at line 42 of file IEqSolver.h.
| static const InterfaceID& IEqSolver::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IAlgTool.
Definition at line 46 of file IEqSolver.h.
00046 { return IID_IEqSolver; }
| virtual StatusCode IEqSolver::solver | ( | const Equations & | equations, | |
| Arg & | solution | |||
| ) | const [pure virtual] |
Do Multidimensional Root-finding.
Solving nonlinear system with N equations in N unknowns of the function "GenFunc"
| equations | - vector of functions |
| solution | - argument |