Mantid
|
#include "MantidCurveFitting/EigenMatrix.h"
#include "MantidCurveFitting/EigenVector.h"
#include "MantidCurveFitting/Functions/BackgroundFunction.h"
#include "MantidKernel/IValidator.h"
#include <memory>
#include <unsupported/Eigen/Splines>
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::Functions::BSpline |
A wrapper around Eigen functions implementing a B-spline. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
namespace | Mantid::CurveFitting::Functions |
Typedefs | |
typedef Eigen::Spline< double, 1, Eigen::Dynamic > | Mantid::CurveFitting::Functions::Spline1D |