Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
residFunc.h File Reference
#include <gsl/gsl_vector.h>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_multifit_nlin.h>

Go to the source code of this file.

Classes

class  residFunc
 

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)
 

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().