numpy  2.0.0
src/multiarray/convert.h
Go to the documentation of this file.
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