Searched defs:array_struct (Results 1 – 1 of 1) sorted by relevance
41 struct array_struct struct in boost::python::numpy::ndarray44 char * data;45 int nd;46 Py_intptr_t * shape;47 Py_intptr_t * strides;48 PyObject * base;49 PyObject * descr;50 int flags;51 PyObject * weakreflist;