numpy  2.0.0
src/multiarray/cblasfuncs.h
Go to the documentation of this file.
00001 #ifndef _NPY_CBLASFUNCS_H_
00002 #define _NPY_CBLASFUNCS_H_
00003 
00004 NPY_NO_EXPORT PyObject *
00005 cblas_matrixproduct(int, PyArrayObject *, PyArrayObject *, PyArrayObject *);
00006 
00007 #endif