numpy
2.0.0
|
00001 #ifndef _NPY_ARRAYOBJECT_CONVERT_H_ 00002 #define _NPY_ARRAYOBJECT_CONVERT_H_ 00003 00004 NPY_NO_EXPORT int 00005 PyArray_AssignZero(PyArrayObject *dst, 00006 PyArrayObject *wheremask); 00007 00008 #endif