|
Mantid
|
#include "MantidCurveFitting/GSLFunctions.h"#include "MantidAPI/IConstraint.h"#include "MantidAPI/ICostFunction.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::CurveFitting |
Functions | |
| int | Mantid::CurveFitting::gsl_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| Fit GSL derivative function wrapper. More... | |
| int | Mantid::CurveFitting::gsl_f (const gsl_vector *x, void *params, gsl_vector *f) |
| Fit GSL function wrapper. More... | |
| int | Mantid::CurveFitting::gsl_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| Fit derivatives and function GSL wrapper. More... | |