Home | History | Annotate | Download | only in numpy

Lines Matching refs:nd

185             int ndim "nd"
494 object PyArray_ZEROS(int nd, npy_intp* dims, int type, int fortran)
495 object PyArray_EMPTY(int nd, npy_intp* dims, int type, int fortran)
501 object PyArray_SimpleNew(int nd, npy_intp* dims, int typenum)
502 object PyArray_SimpleNewFromData(int nd, npy_intp* dims, int typenum, void* data)
503 #object PyArray_SimpleNewFromDescr(int nd, npy_intp* dims, dtype descr)