IEqSolver Class Referenceabstract

Interface file for multidimensional root-finding (solving nonlinear system with n equations in n unknowns) More...

#include <GaudiGSL/IEqSolver.h>

Inheritance diagram for IEqSolver:
Collaboration diagram for IEqSolver:

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...
 
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< Interfaces >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type
 take union of the ext_iids of all Interfaces... More...
 
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...
 
 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 IAlgTool
 DeclareInterfaceID (IAlgTool, 4, 0)
 InterfaceID. More...
 
 ~IAlgTool () override=default
 Virtual destructor. More...
 
virtual const std::string & type () const =0
 The type of an AlgTool, meaning the concrete AlgTool class. More...
 
virtual const IInterfaceparent () const =0
 The parent of the concrete AlgTool. More...
 
virtual const DataObjectDescriptorCollectioninputDataObjects () const =0
 
virtual const DataObjectDescriptorCollectionoutputDataObjects () const =0
 
virtual StatusCode sysInitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStart ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStop ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysFinalize ()=0
 Finalization of the Tool. More...
 
virtual StatusCode sysReinitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysRestart ()=0
 Initialization of the Tool. More...
 
 DeclareInterfaceID (IAlgTool, 4, 0)
 InterfaceID. More...
 
 ~IAlgTool () override=default
 Virtual destructor. More...
 
virtual const std::string & type () const =0
 The type of an AlgTool, meaning the concrete AlgTool class. More...
 
virtual const IInterfaceparent () const =0
 The parent of the concrete AlgTool. More...
 
virtual const DataObjectDescriptorCollectioninputDataObjects () const =0
 
virtual const DataObjectDescriptorCollectionoutputDataObjects () const =0
 
virtual StatusCode sysInitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStart ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysStop ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysFinalize ()=0
 Finalization of the Tool. More...
 
virtual StatusCode sysReinitialize ()=0
 Initialization of the Tool. More...
 
virtual StatusCode sysRestart ()=0
 Initialization of the Tool. More...
 
- Public Member Functions inherited from extend_interfaces< Interfaces >
 ~extend_interfaces () override=default
 Virtual destructor. More...
 
 ~extend_interfaces () override=default
 Virtual destructor. More...
 

Detailed Description

Interface file for multidimensional root-finding (solving nonlinear system with n equations in n unknowns)

Author
Kirill Miklyaev kiril.nosp@m.lm@i.nosp@m.ris1..nosp@m.itep.nosp@m..ru
Date
2003-07-07

Definition at line 26 of file IEqSolver.h.

Member Typedef Documentation

typedef Genfun::Argument IEqSolver::Arg

Argument of function "GenFunc" (.

See also
CLHEP/GenericFunctions/Argument.hh)

Definition at line 36 of file IEqSolver.h.

typedef Genfun::Argument IEqSolver::Arg

Argument of function "GenFunc" (.

See also
CLHEP/GenericFunctions/Argument.hh)

Definition at line 36 of file IEqSolver.h.

typedef std::vector<const GenFunc*> IEqSolver::Equations

Vector of the function "GenFunc" which we solver.

Definition at line 34 of file IEqSolver.h.

typedef std::vector<const GenFunc*> IEqSolver::Equations

Vector of the function "GenFunc" which we solver.

Definition at line 34 of file IEqSolver.h.

typedef Genfun::AbsFunction IEqSolver::GenFunc

Function (.

See also
CLHEP/GenericFunctions/AbsFunction.hh)

Definition at line 32 of file IEqSolver.h.

typedef Genfun::AbsFunction IEqSolver::GenFunc

Function (.

See also
CLHEP/GenericFunctions/AbsFunction.hh)

Definition at line 32 of file IEqSolver.h.

Member Function Documentation

IEqSolver::DeclareInterfaceID ( IEqSolver  ,
,
 
)
IEqSolver::DeclareInterfaceID ( 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"

Parameters
equations- vector of functions
See also
CLHEP/GenericFunctions/AbsFunction.hh
Parameters
solution- argument
See also
CLHEP/GenericFunctions/Argument.hh
Returns
StatusCode
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"

Parameters
equations- vector of functions
See also
CLHEP/GenericFunctions/AbsFunction.hh
Parameters
solution- argument
See also
CLHEP/GenericFunctions/Argument.hh
Returns
StatusCode

The documentation for this class was generated from the following file: