PATH:
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
numpy
/
core
/
include
/
numpy
#include "arrayobject.h" #ifndef PYPY_VERSION #ifndef REFCOUNT # define REFCOUNT NPY_REFCOUNT # define MAX_ELSIZE 16 #endif #endif #define PyArray_UNSIGNED_TYPES #define PyArray_SBYTE NPY_BYTE #define PyArray_CopyArray PyArray_CopyInto #define _PyArray_multiply_list PyArray_MultiplyIntList #define PyArray_ISSPACESAVER(m) NPY_FALSE #define PyScalarArray_Check PyArray_CheckScalar #define CONTIGUOUS NPY_CONTIGUOUS #define OWN_DIMENSIONS 0 #define OWN_STRIDES 0 #define OWN_DATA NPY_OWNDATA #define SAVESPACE 0 #define SAVESPACEBIT 0 #undef import_array #define import_array() { if (_import_array() < 0) {PyErr_Print(); PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import"); } }
[-] _neighborhood_iterator_imp.h
[edit]
[-] npy_interrupt.h
[edit]
[-] npy_common.h
[edit]
[-] noprefix.h
[edit]
[-] npy_1_7_deprecated_api.h
[edit]
[-] arrayobject.h
[edit]
[-] npy_os.h
[edit]
[-] old_defines.h
[edit]
[-] numpyconfig.h
[edit]
[-] ufunc_api.txt
[edit]
[-] multiarray_api.txt
[edit]
[-] npy_no_deprecated_api.h
[edit]
[-] ufuncobject.h
[edit]
[-] oldnumeric.h
[edit]
[-] npy_math.h
[edit]
[-] ndarrayobject.h
[edit]
[-] ndarraytypes.h
[edit]
[-] halffloat.h
[edit]
[-] npy_cpu.h
[edit]
[-] _numpyconfig.h
[edit]
[-] __multiarray_api.h
[edit]
[-] npy_3kcompat.h
[edit]
[-] utils.h
[edit]
[-] arrayscalars.h
[edit]
[+]
..
[-] npy_endian.h
[edit]
[-] __ufunc_api.h
[edit]