Internal header file to include the Numpy C-API headers. More...
#include <boost/python.hpp>
#include <numpy/arrayobject.h>
#include <numpy/ufuncobject.h>
#include <boost/numpy.hpp>
Go to the source code of this file.
Defines | |
#define | NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype, manager) PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; } |
#define | PY_ARRAY_UNIQUE_SYMBOL BOOST_NUMPY_ARRAY_API |
#define | PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API |
Internal header file to include the Numpy C-API headers.
This should only be included by source files in the boost.numpy library itself.
Definition in file internal.hpp.
#define NUMPY_OBJECT_MANAGER_TRAITS_IMPL | ( | pytype, | |
manager | |||
) | PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; } |
Definition at line 30 of file internal.hpp.
#define PY_ARRAY_UNIQUE_SYMBOL BOOST_NUMPY_ARRAY_API |
Definition at line 24 of file internal.hpp.
#define PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API |
Definition at line 25 of file internal.hpp.