numpy
2.0.0
|
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT int | PyArray_IntpConverter (PyObject *obj, PyArray_Dims *seq) |
NPY_NO_EXPORT int | PyArray_BufferConverter (PyObject *obj, PyArray_Chunk *buf) |
NPY_NO_EXPORT int | PyArray_BoolConverter (PyObject *object, npy_bool *val) |
NPY_NO_EXPORT int | PyArray_ByteorderConverter (PyObject *obj, char *endian) |
NPY_NO_EXPORT int | PyArray_SortkindConverter (PyObject *obj, NPY_SORTKIND *sortkind) |
NPY_NO_EXPORT int | PyArray_SearchsideConverter (PyObject *obj, void *addr) |
NPY_NO_EXPORT int | PyArray_PyIntAsInt (PyObject *o) |
NPY_NO_EXPORT npy_intp | PyArray_PyIntAsIntp (PyObject *o) |
NPY_NO_EXPORT int | PyArray_IntpFromSequence (PyObject *seq, npy_intp *vals, int maxvals) |
NPY_NO_EXPORT int | PyArray_TypestrConvert (int itemsize, int gentype) |
NPY_NO_EXPORT PyObject * | PyArray_IntTupleFromIntp (int len, npy_intp *vals) |
NPY_NO_EXPORT int | PyArray_ConvertMultiAxis (PyObject *axis_in, int ndim, npy_bool *out_axis_flags) |
Variables | |
NPY_NO_EXPORT int | evil_global_disable_warn_O4O8_flag |
NPY_NO_EXPORT int PyArray_BoolConverter | ( | PyObject * | object, |
npy_bool * | val | ||
) |
NPY_NO_EXPORT int PyArray_BufferConverter | ( | PyObject * | obj, |
PyArray_Chunk * | buf | ||
) |
NPY_NO_EXPORT int PyArray_ByteorderConverter | ( | PyObject * | obj, |
char * | endian | ||
) |
NPY_NO_EXPORT int PyArray_ConvertMultiAxis | ( | PyObject * | axis_in, |
int | ndim, | ||
npy_bool * | out_axis_flags | ||
) |
References NPY_FAIL.
NPY_NO_EXPORT int PyArray_IntpConverter | ( | PyObject * | obj, |
PyArray_Dims * | seq | ||
) |
Referenced by get_decsrcref_fields_transfer_function().
NPY_NO_EXPORT int PyArray_IntpFromSequence | ( | PyObject * | seq, |
npy_intp * | vals, | ||
int | maxvals | ||
) |
NPY_NO_EXPORT PyObject* PyArray_IntTupleFromIntp | ( | int | len, |
npy_intp * | vals | ||
) |
NPY_NO_EXPORT int PyArray_PyIntAsInt | ( | PyObject * | o | ) |
NPY_NO_EXPORT npy_intp PyArray_PyIntAsIntp | ( | PyObject * | o | ) |
Referenced by fancy_indexing_check(), npyiter_seq_ass_item(), npyiter_seq_slice(), and PyArray_FromArray().
NPY_NO_EXPORT int PyArray_SearchsideConverter | ( | PyObject * | obj, |
void * | addr | ||
) |
References NPY_ANYORDER, NPY_CORDER, NPY_FAIL, NPY_FORTRANORDER, NPY_SUCCEED, PyArray_OrderConverter(), PyBytes_AS_STRING, PyBytes_Check, and PyBytes_GET_SIZE.
NPY_NO_EXPORT int PyArray_SortkindConverter | ( | PyObject * | obj, |
NPY_SORTKIND * | sortkind | ||
) |
NPY_NO_EXPORT int PyArray_TypestrConvert | ( | int | itemsize, |
int | gentype | ||
) |