numpy
2.0.0
|
#include "common.h"
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT int | set_typeinfo (PyObject *dict) |
NPY_NO_EXPORT void | FLOAT_dot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *) |
NPY_NO_EXPORT void | CFLOAT_dot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *) |
NPY_NO_EXPORT void | DOUBLE_dot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *) |
NPY_NO_EXPORT void | CDOUBLE_dot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *) |
NPY_NO_EXPORT int | small_correlate (const char *d_, npy_intp dstride, npy_intp nd, enum NPY_TYPES dtype, const char *k_, npy_intp kstride, npy_intp nk, enum NPY_TYPES ktype, char *out_, npy_intp ostride) |
Variables | |
NPY_NO_EXPORT PyArray_Descr | LONGLONG_Descr |
NPY_NO_EXPORT PyArray_Descr | LONG_Descr |
NPY_NO_EXPORT PyArray_Descr | INT_Descr |
NPY_NO_EXPORT void CDOUBLE_dot | ( | char * | , |
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
void * | |||
) |
Referenced by blas_dot().
NPY_NO_EXPORT void CFLOAT_dot | ( | char * | , |
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
void * | |||
) |
Referenced by blas_dot().
NPY_NO_EXPORT void DOUBLE_dot | ( | char * | , |
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
void * | |||
) |
Referenced by blas_dot().
NPY_NO_EXPORT void FLOAT_dot | ( | char * | , |
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
char * | , | ||
npy_intp | , | ||
void * | |||
) |
NPY_NO_EXPORT int set_typeinfo | ( | PyObject * | dict | ) |
</blockquote>
</blockquote>
NPY_NO_EXPORT int small_correlate | ( | const char * | d_, |
npy_intp | dstride, | ||
npy_intp | nd, | ||
enum NPY_TYPES | dtype, | ||
const char * | k_, | ||
npy_intp | kstride, | ||
npy_intp | nk, | ||
enum NPY_TYPES | ktype, | ||
char * | out_, | ||
npy_intp | ostride | ||
) |
References SETTYPE.