numpy 2.0.0
|
#include <ndarraytypes.h>
Data Fields | |
PyObject_HEAD char * | data |
int | nd |
npy_intp * | dimensions |
npy_intp * | strides |
PyObject * | base |
PyArray_Descr * | descr |
int | flags |
PyObject * | weakreflist |
PyObject* PyArrayObject::base |
Referenced by PyArray_ArgMax(), and PyArray_TakeFrom().
PyObject_HEAD char* PyArrayObject::data |
Referenced by _zerofill(), array_float(), array_hex(), array_int(), array_subscript_nice(), copy_object(), PyArray_Arange(), PyArray_ArgMax(), PyArray_AsCArray(), PyArray_Empty(), PyArray_TakeFrom(), and type().
Referenced by _copyswap(), _zerofill(), array_float(), array_hex(), array_int(), BOOL_compare(), LONGDOUBLE_getitem(), Py_STRING_ISSPACE(), PyArray_Arange(), PyArray_ArgMax(), PyArray_INCREF(), PyArray_TakeFrom(), PyUFunc_Accumulate(), and STRING_copyswapn().
Referenced by array_subscript_nice(), new_array_for_sum(), PyArray_ArgMax(), PyArray_AsCArray(), PyArray_SearchSorted(), PyArray_TakeFrom(), and ufunc_generic_call().
Referenced by _zerofill(), array_subscript_nice(), copy_object(), iter_richcompare(), new_array_for_sum(), PyArray_ArgMax(), PyArray_As2D(), PyArray_TakeFrom(), PyArray_UpdateFlags(), PyUFunc_Reduce(), and ufunc_generic_call().
PyObject* PyArrayObject::weakreflist |