summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/matmul.h.src
blob: 16be7675b9451e3ca769dbb5da276a48a5cea6e1 (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#
 **/
NPY_NO_EXPORT void
@TYPE@_matmul(char **args, npy_intp *dimensions, npy_intp *steps, void *NPY_UNUSED(func));
/**end repeat**/