summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/matmul.h.src
blob: 18940e2f2c5f09b38527e7ac47e3e40b8d372562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**begin repeat
 *  #TYPE = FLOAT, DOUBLE, LONGDOUBLE, HALF,
 *          CFLOAT, CDOUBLE, CLONGDOUBLE,
 *          UBYTE, USHORT, UINT, ULONG, ULONGLONG,
 *          BYTE, SHORT, INT, LONG, LONGLONG,
 *          BOOL, OBJECT#
 **/
NPY_NO_EXPORT void
@TYPE@_matmul(char **args, npy_intp const *dimensions, npy_intp const *steps, void *NPY_UNUSED(func));
/**end repeat**/