/usr/lib64/python2.6/site-packages/numpy/core/include/numpy
NameSizeModeActions
arrayobject.h5080644editdlrm
arrayscalars.h31490644editdlrm
multiarray_api.txt264060644editdlrm
ndarrayobject.h606600644editdlrm
noprefix.h64580644editdlrm
npy_common.h306140644editdlrm
npy_cpu.h34600644editdlrm
npy_endian.h13150644editdlrm
npy_interrupt.h34110644editdlrm
npy_math.h130010644editdlrm
npy_os.h8170644editdlrm
numpyconfig.h5080644editdlrm
oldnumeric.h6840644editdlrm
old_defines.h59370644editdlrm
ufuncobject.h129780644editdlrm
ufunc_api.txt39410644editdlrm
utils.h6280644editdlrm
_neighborhood_iterator_imp.h18610644editdlrm
_numpyconfig.h8830644editdlrm
__multiarray_api.h461300644editdlrm
__ufunc_api.h84500644editdlrm
Edit: /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/oldnumeric.h (684B)
#include "arrayobject.h" #ifndef REFCOUNT # define REFCOUNT NPY_REFCOUNT # define MAX_ELSIZE 16 #endif #define PyArray_UNSIGNED_TYPES #define PyArray_SBYTE PyArray_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"); } }