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