Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
globalGslFuncs.h File Reference

Go to the source code of this file.

Functions

int fGsl (const gsl_vector *x, void *data, gsl_vector *f)
 
int dfGsl (const gsl_vector *x, void *data, gsl_matrix *J)
 
int fdfGsl (const gsl_vector *x, void *data, gsl_vector *f, gsl_matrix *J)
 

Variables

residFuncresidFuncPtr
 

Function Documentation

int dfGsl ( const gsl_vector *  x,
void *  data,
gsl_matrix *  J 
)

Definition at line 18 of file globalGslFuncs.h.

References residFunc::deriv(), residFunc::getN(), and residFunc::getP().

Referenced by fdfGsl(), and chisqMin::setStartParams().

int fdfGsl ( const gsl_vector *  x,
void *  data,
gsl_vector *  f,
gsl_matrix *  J 
)

Definition at line 36 of file globalGslFuncs.h.

References dfGsl(), and fGsl().

Referenced by chisqMin::setStartParams().

int fGsl ( const gsl_vector *  x,
void *  data,
gsl_vector *  f 
)

Definition at line 6 of file globalGslFuncs.h.

References residFunc::getN(), residFunc::getP(), and residFunc::resid().

Referenced by fdfGsl(), and chisqMin::setStartParams().

Variable Documentation

residFunc* residFuncPtr

Definition at line 4 of file globalGslFuncs.h.

Referenced by DTrackLSFitter::FitTrack().