An internal struct that's byte-compatible with PyArrayObject. More...
Public Attributes | |
PyObject * | base |
PyObject_HEAD char * | data |
PyObject * | descr |
int | flags |
int | nd |
Py_intptr_t * | shape |
Py_intptr_t * | strides |
PyObject * | weakreflist |
An internal struct that's byte-compatible with PyArrayObject.
This is just a hack to allow inline access to this stuff while hiding numpy/arrayobject.h from the user.
Definition at line 41 of file ndarray.hpp.
Definition at line 48 of file ndarray.hpp.
PyObject_HEAD char* boost::numpy::ndarray::array_struct::data |
Definition at line 44 of file ndarray.hpp.
Definition at line 49 of file ndarray.hpp.
Definition at line 50 of file ndarray.hpp.
Definition at line 45 of file ndarray.hpp.
Py_intptr_t* boost::numpy::ndarray::array_struct::shape |
Definition at line 46 of file ndarray.hpp.
Py_intptr_t* boost::numpy::ndarray::array_struct::strides |
Definition at line 47 of file ndarray.hpp.
Definition at line 51 of file ndarray.hpp.