The Gaudi Framework
v29r0 (ff2e7097)
|
Interface file for multidimensional root-finding (solving nonlinear system with n equations in n unknowns) More...
#include <GaudiGSL/IEqSolver.h>
Public Types | |
typedef Genfun::AbsFunction | GenFunc |
Function (. More... | |
typedef std::vector< const GenFunc * > | Equations |
Vector of the function "GenFunc" which we solver. More... | |
typedef Genfun::Argument | Arg |
Argument of function "GenFunc" (. More... | |
Public Types inherited from extend_interfaces< IAlgTool > | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type |
take union of the ext_iids of all Interfaces... More... | |
Public Member Functions | |
DeclareInterfaceID (IEqSolver, 2, 0) | |
InterfaceID. More... | |
virtual StatusCode | solver (const Equations &equations, Arg &solution) const =0 |
Do Multidimensional Root-finding. More... | |
Public Member Functions inherited from extend_interfaces< IAlgTool > | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
Interface file for multidimensional root-finding (solving nonlinear system with n equations in n unknowns)
Definition at line 26 of file IEqSolver.h.
typedef Genfun::Argument IEqSolver::Arg |
Argument of function "GenFunc" (.
Definition at line 35 of file IEqSolver.h.
typedef std::vector<const GenFunc*> IEqSolver::Equations |
Vector of the function "GenFunc" which we solver.
Definition at line 33 of file IEqSolver.h.
typedef Genfun::AbsFunction IEqSolver::GenFunc |
Function (.
Definition at line 31 of file IEqSolver.h.
IEqSolver::DeclareInterfaceID | ( | IEqSolver | , |
2 | , | ||
0 | |||
) |
|
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 |