numpy  2.0.0
src/multiarray/vdot.h File Reference
#include "common.h"

Go to the source code of this file.

Functions

NPY_NO_EXPORT void CFLOAT_vdot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *)
NPY_NO_EXPORT void CDOUBLE_vdot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *)
NPY_NO_EXPORT void CLONGDOUBLE_vdot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *)
NPY_NO_EXPORT void OBJECT_vdot (char *, npy_intp, char *, npy_intp, char *, npy_intp, void *)

Function Documentation

NPY_NO_EXPORT void CDOUBLE_vdot ( char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
void *   
)
NPY_NO_EXPORT void CFLOAT_vdot ( char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
void *   
)
NPY_NO_EXPORT void CLONGDOUBLE_vdot ( char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
void *   
)
NPY_NO_EXPORT void OBJECT_vdot ( char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
char *  ,
npy_intp  ,
void *   
)