numpy
2.0.0
|
Defines | |
#define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
Functions | |
NPY_NO_EXPORT void | CFLOAT_vdot (char *ip1, npy_intp is1, char *ip2, npy_intp is2, char *op, npy_intp n, void *NPY_UNUSED(ignore)) |
NPY_NO_EXPORT void | CDOUBLE_vdot (char *ip1, npy_intp is1, char *ip2, npy_intp is2, char *op, npy_intp n, void *NPY_UNUSED(ignore)) |
NPY_NO_EXPORT void | CLONGDOUBLE_vdot (char *ip1, npy_intp is1, char *ip2, npy_intp is2, char *op, npy_intp n, void *NPY_UNUSED(ignore)) |
NPY_NO_EXPORT void | OBJECT_vdot (char *ip1, npy_intp is1, char *ip2, npy_intp is2, char *op, npy_intp n, void *NPY_UNUSED(ignore)) |
#define NPY_NO_DEPRECATED_API NPY_API_VERSION |
NPY_NO_EXPORT void CDOUBLE_vdot | ( | char * | ip1, |
npy_intp | is1, | ||
char * | ip2, | ||
npy_intp | is2, | ||
char * | op, | ||
npy_intp | n, | ||
void * | NPY_UNUSEDignore | ||
) |
NPY_NO_EXPORT void CFLOAT_vdot | ( | char * | ip1, |
npy_intp | is1, | ||
char * | ip2, | ||
npy_intp | is2, | ||
char * | op, | ||
npy_intp | n, | ||
void * | NPY_UNUSEDignore | ||
) |
NPY_NO_EXPORT void CLONGDOUBLE_vdot | ( | char * | ip1, |
npy_intp | is1, | ||
char * | ip2, | ||
npy_intp | is2, | ||
char * | op, | ||
npy_intp | n, | ||
void * | NPY_UNUSEDignore | ||
) |
NPY_NO_EXPORT void OBJECT_vdot | ( | char * | ip1, |
npy_intp | is1, | ||
char * | ip2, | ||
npy_intp | is2, | ||
char * | op, | ||
npy_intp | n, | ||
void * | NPY_UNUSEDignore | ||
) |