Home
last modified time | relevance | path

Searched defs:array_struct (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/numpy/
Dndarray.hpp41 struct array_struct struct in boost::python::numpy::ndarray
44 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;