Mantid
|
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/ParameterTie.h"
#include "MantidCurveFitting/Constraints/BoundaryConstraint.h"
#include "MantidCurveFitting/Functions/BivariateNormal.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/PhysicalConstants.h"
#include "MantidKernel/System.h"
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <fstream>
#include <memory>
#include <sstream>
#include <string>
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 |
Macros | |
#define | IBACK 0 |
#define | ITINTENS 1 |
#define | IVXX 4 |
#define | IVXY 6 |
#define | IVYY 5 |
#define | IXMEAN 2 |
#define | IYMEAN 3 |
#define | S_1 11 |
#define | S_int 0 |
#define | S_x 7 |
#define | S_x2 8 |
#define | S_x2int 3 |
#define | S_xint 1 |
#define | S_xy 10 |
#define | S_xyint 5 |
#define | S_y 6 |
#define | S_y2 9 |
#define | S_y2int 4 |
#define | S_yint 2 |
#define IBACK 0 |
Definition at line 57 of file BivariateNormal.cpp.
#define ITINTENS 1 |
Definition at line 58 of file BivariateNormal.cpp.
#define IVXX 4 |
Definition at line 61 of file BivariateNormal.cpp.
#define IVXY 6 |
Definition at line 63 of file BivariateNormal.cpp.
#define IVYY 5 |
Definition at line 62 of file BivariateNormal.cpp.
#define IXMEAN 2 |
Definition at line 59 of file BivariateNormal.cpp.
#define IYMEAN 3 |
Definition at line 60 of file BivariateNormal.cpp.
#define S_1 11 |
Definition at line 54 of file BivariateNormal.cpp.
#define S_int 0 |
Definition at line 43 of file BivariateNormal.cpp.
#define S_x 7 |
Definition at line 50 of file BivariateNormal.cpp.
#define S_x2 8 |
Definition at line 51 of file BivariateNormal.cpp.
#define S_x2int 3 |
Definition at line 46 of file BivariateNormal.cpp.
#define S_xint 1 |
Definition at line 44 of file BivariateNormal.cpp.
#define S_xy 10 |
Definition at line 53 of file BivariateNormal.cpp.
#define S_xyint 5 |
Definition at line 48 of file BivariateNormal.cpp.
#define S_y 6 |
Definition at line 49 of file BivariateNormal.cpp.
#define S_y2 9 |
Definition at line 52 of file BivariateNormal.cpp.
#define S_y2int 4 |
Definition at line 47 of file BivariateNormal.cpp.
#define S_yint 2 |
Definition at line 45 of file BivariateNormal.cpp.