85struct EIGENPY_DLLAPI NumpyType {
86 static NumpyType& getInstance();
88 static bp::object make(PyArrayObject* pyArray,
bool copy =
false);
90 static bp::object make(PyObject* pyObj,
bool copy =
false);
92 static void sharedMemory(
const bool value);
94 static bool sharedMemory();
96 static const PyTypeObject* getNumpyArrayType();
104 bp::object NumpyArrayObject;
105 PyTypeObject* NumpyArrayType;