numpy
2.0.0
|
#include <numpy/ndarraytypes.h>
Go to the source code of this file.
NPY_NO_EXPORT int PyArray_BoolConverter | ( | PyObject * | object, |
npy_bool * | val | ||
) |
NPY_NO_EXPORT int PyArray_BufferConverter | ( | PyObject * | obj, |
PyArray_Chunk * | buf | ||
) |
References NPY_FAIL.
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 | ||
) |
NPY_NO_EXPORT int PyArray_IntpConverter | ( | PyObject * | obj, |
PyArray_Dims * | seq | ||
) |
NPY_NO_EXPORT npy_intp PyArray_IntpFromIndexSequence | ( | PyObject * | seq, |
npy_intp * | vals, | ||
npy_intp | maxvals | ||
) |
References NPY_BOOL, NPY_FLOAT16, NPY_FLOATINGLTR, NPY_GENBOOLLTR, NPY_SIGNEDLTR, and NPY_UNSIGNEDLTR.
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 array_setscalar(), coerce_index(), gentype_alloc(), gentype_dealloc(), and npyiter_seq_slice().
NPY_NO_EXPORT int PyArray_SearchsideConverter | ( | PyObject * | obj, |
void * | addr | ||
) |
NPY_NO_EXPORT int PyArray_SelectkindConverter | ( | PyObject * | obj, |
NPY_SELECTKIND * | selectkind | ||
) |
References NPY_FAIL, NPY_SEARCHLEFT, NPY_SEARCHRIGHT, NPY_SUCCEED, PyBytes_AsString, and side().
NPY_NO_EXPORT int PyArray_SortkindConverter | ( | PyObject * | obj, |
NPY_SORTKIND * | sortkind | ||
) |
NPY_NO_EXPORT int PyArray_TypestrConvert | ( | int | itemsize, |
int | gentype | ||
) |