|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Interface file to find minimum of the function and compute covariance matrix (matrix of error) More...
#include <GaudiGSL/IFuncMinimum.h>


Public Types | |
| typedef Genfun::AbsFunction | GenFunc |
| Function which we minimize (. | |
| typedef Genfun::Argument | Arg |
| Argument of function "GenFunc" (. | |
| typedef CLHEP::HepSymMatrix | Covariance |
| Covariance matrix (matrix of error) (. | |
Public Member Functions | |
| DeclareInterfaceID (IFuncMinimum, 2, 0) | |
| InterfaceID. | |
| virtual StatusCode | minimum (const GenFunc &fun, Arg &pars) const =0 |
| Do Multidimensional Minimization. | |
| virtual StatusCode | minimum (const GenFunc &fun, Arg &pars, Covariance &covar) const =0 |
| Find minimum and gradient of the function "GenFunc". | |
Interface file to find minimum of the function and compute covariance matrix (matrix of error)
Definition at line 29 of file IFuncMinimum.h.
| typedef Genfun::Argument IFuncMinimum::Arg |
Argument of function "GenFunc" (.
Definition at line 37 of file IFuncMinimum.h.
| typedef CLHEP::HepSymMatrix IFuncMinimum::Covariance |
Covariance matrix (matrix of error) (.
Definition at line 39 of file IFuncMinimum.h.
| typedef Genfun::AbsFunction IFuncMinimum::GenFunc |
Function which we minimize (.
Definition at line 35 of file IFuncMinimum.h.
| IFuncMinimum::DeclareInterfaceID | ( | IFuncMinimum | , |
| 2 | , | ||
| 0 | |||
| ) |
| virtual StatusCode IFuncMinimum::minimum | ( | const GenFunc & | fun, |
| Arg & | pars, | ||
| Covariance & | covar | ||
| ) | const [pure virtual] |
Find minimum and gradient of the function "GenFunc".
| fun | - function |
| pars | - argument |
| covar | - covariance matrix (matrix of error) |
Implemented in FuncMinimum.
| virtual StatusCode IFuncMinimum::minimum | ( | const GenFunc & | fun, |
| Arg & | pars | ||
| ) | const [pure virtual] |
Do Multidimensional Minimization.
Find minimum and gradient of the function "GenFunc"
| fun | - function |
| pars | - argument |
Implemented in FuncMinimum.