Repository URL to install this package:
|
Version:
1.10.0 ▾
|
#ifndef _NPY_CBLASFUNCS_H_
#define _NPY_CBLASFUNCS_H_
NPY_NO_EXPORT PyObject *
cblas_matrixproduct(int, PyArrayObject *, PyArrayObject *, PyArrayObject *);
NPY_NO_EXPORT PyObject *
cblas_innerproduct(int, PyArrayObject *, PyArrayObject *);
#endif