summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/matmul.c.src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+2
* MAINT: fix new compiler warnings on clangmattip2020-07-141-1/+1
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-1/+1
* BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-141-21/+28
* BUG: fix compiler warningsmattip2019-09-101-5/+3
* MAINT: use tmp pointers to allow early break; add tests, release notemattip2019-09-091-6/+7
* BUG: add a specialized loop for boolean matmulmattip2019-09-091-6/+42
* Check for NULL.Michel Fruchart2019-05-121-0/+3
* Update numpy/core/src/umath/matmul.c.srcMichel Fruchart2019-05-121-1/+1
* Update numpy/core/src/umath/matmul.c.srcMichel Fruchart2019-05-121-1/+1
* Return zero for empty sums and further cleanup.Michel Fruchart2019-05-121-22/+23
* Check for NULL and cleanup the code for matmul for objects.Michel Fruchart2019-05-101-24/+37
* ENH: Support object arrays in matmulMichel Fruchart2019-05-081-6/+56
* BUG: test, fix matmul, dot for vector array with stride[i]=0mattip2018-12-051-2/+4
* ENH: corrections and fixes from reviewmattip2018-12-011-165/+162
* ENH: make matmul into a ufuncmattip2018-11-251-0/+403