|
Mantid
|
#include "MantidCurveFitting/DllConfig.h"#include "MantidCurveFitting/EigenMatrix.h"#include <functional>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::CurveFitting::Functions::ChebfunBase |
| The ChebfunBase class provides a base for function approximation with Chebyshev polynomials. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::CurveFitting |
| namespace | Mantid::CurveFitting::Functions |
Typedefs | |
| using | Mantid::CurveFitting::Functions::ChebfunBase_sptr = std::shared_ptr< ChebfunBase > |
| using | Mantid::CurveFitting::Functions::ChebfunFunctionType = std::function< double(double)> |
| Type of the approximated function. More... | |