Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Types | Public Member Functions

IEqSolver Class Reference

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

#include <GaudiGSL/IEqSolver.h>

Inheritance diagram for IEqSolver:
Inheritance graph
[legend]
Collaboration diagram for IEqSolver:
Collaboration graph
[legend]

List of all members.

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

 DeclareInterfaceID (IEqSolver, 2, 0)
 InterfaceID.
virtual StatusCode solver (const Equations &equations, Arg &solution) const =0
 Do Multidimensional Root-finding.

Detailed Description

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

Author:
Kirill Miklyaev kirillm@iris1.itep.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.

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.


Member Function Documentation

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

Implemented in EqSolver.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:16 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004