|
Mantid
|
#include "MantidCurveFitting/Functions/BackgroundFunction.h"#include <boost/scoped_array.hpp>#include <gsl/gsl_errno.h>#include <gsl/gsl_spline.h>#include <valarray>Go to the source code of this file.
Classes | |
| class | Mantid::CurveFitting::Functions::CubicSpline |
| A wrapper around GSL functions implementing cubic spline interpolation. More... | |
| struct | Mantid::CurveFitting::Functions::CubicSpline::GSLFree |
| Functor to free a GSL objects in a shared pointer. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::CurveFitting |
| namespace | Mantid::CurveFitting::Functions |
Typedefs | |
| using | Mantid::CurveFitting::Functions::CubicSpline_const_sptr = const std::shared_ptr< CubicSpline > |
| using | Mantid::CurveFitting::Functions::CubicSpline_sptr = std::shared_ptr< CubicSpline > |