Mantid
Loading...
Searching...
No Matches
Macros | Functions
Statistics.cpp File Reference
#include "MantidKernel/Statistics.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/Converters/NDArrayToVector.h"
#include "MantidPythonInterface/core/NDArray.h"
#include "MantidPythonInterface/core/Policies/VectorToNumpy.h"
#include <boost/python/class.hpp>
#include <boost/python/def.hpp>
#include <boost/python/overloads.hpp>
#include <boost/python/return_value_policy.hpp>
#include <boost/python/scope.hpp>
#include <numpy/arrayobject.h>

Go to the source code of this file.

Macros

#define NO_IMPORT_ARRAY
 
#define PY_ARRAY_UNIQUE_SYMBOL   KERNEL_ARRAY_API
 

Functions

void export_Statistics ()
 

Macro Definition Documentation

◆ NO_IMPORT_ARRAY

#define NO_IMPORT_ARRAY

Definition at line 22 of file Statistics.cpp.

◆ PY_ARRAY_UNIQUE_SYMBOL

#define PY_ARRAY_UNIQUE_SYMBOL   KERNEL_ARRAY_API

Definition at line 21 of file Statistics.cpp.

Function Documentation

◆ export_Statistics()

void export_Statistics ( )