Mantid
Loading...
Searching...
No Matches
Namespaces | Macros
BivariateNormal.cpp File Reference
#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
 

Macro Definition Documentation

◆ IBACK

#define IBACK   0

Definition at line 57 of file BivariateNormal.cpp.

◆ ITINTENS

#define ITINTENS   1

Definition at line 58 of file BivariateNormal.cpp.

◆ IVXX

#define IVXX   4

Definition at line 61 of file BivariateNormal.cpp.

◆ IVXY

#define IVXY   6

Definition at line 63 of file BivariateNormal.cpp.

◆ IVYY

#define IVYY   5

Definition at line 62 of file BivariateNormal.cpp.

◆ IXMEAN

#define IXMEAN   2

Definition at line 59 of file BivariateNormal.cpp.

◆ IYMEAN

#define IYMEAN   3

Definition at line 60 of file BivariateNormal.cpp.

◆ S_1

#define S_1   11

Definition at line 54 of file BivariateNormal.cpp.

◆ S_int

#define S_int   0

Definition at line 43 of file BivariateNormal.cpp.

◆ S_x

#define S_x   7

Definition at line 50 of file BivariateNormal.cpp.

◆ S_x2

#define S_x2   8

Definition at line 51 of file BivariateNormal.cpp.

◆ S_x2int

#define S_x2int   3

Definition at line 46 of file BivariateNormal.cpp.

◆ S_xint

#define S_xint   1

Definition at line 44 of file BivariateNormal.cpp.

◆ S_xy

#define S_xy   10

Definition at line 53 of file BivariateNormal.cpp.

◆ S_xyint

#define S_xyint   5

Definition at line 48 of file BivariateNormal.cpp.

◆ S_y

#define S_y   6

Definition at line 49 of file BivariateNormal.cpp.

◆ S_y2

#define S_y2   9

Definition at line 52 of file BivariateNormal.cpp.

◆ S_y2int

#define S_y2int   4

Definition at line 47 of file BivariateNormal.cpp.

◆ S_yint

#define S_yint   2

Definition at line 45 of file BivariateNormal.cpp.