Mantid
|
#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 () |
#define NO_IMPORT_ARRAY |
Definition at line 22 of file Statistics.cpp.
#define PY_ARRAY_UNIQUE_SYMBOL KERNEL_ARRAY_API |
Definition at line 21 of file Statistics.cpp.
void export_Statistics | ( | ) |
Definition at line 242 of file Statistics.cpp.
References Mantid::Kernel::Statistics::maximum, Mantid::Kernel::Statistics::mean, Mantid::Kernel::Statistics::median, Mantid::Kernel::Statistics::minimum, and Mantid::Kernel::Statistics::standard_deviation.