Mantid
|
#include "MantidCurveFitting/Functions/AsymmetricPearsonVII.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidCurveFitting/Constraints/BoundaryConstraint.h"
#include <cmath>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
namespace | Mantid::CurveFitting::Functions |
Functions | |
double | Mantid::CurveFitting::Functions::denominator_function (double offset_sq, double weight_sq, double m) |
double | Mantid::CurveFitting::Functions::derivative_function (double peak_height, double offset, double weight, double m) |
double | Mantid::CurveFitting::Functions::m_derivative_function (double peak_height, double offset_sq, double weight_sq, double m) |