summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/cblasfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-4/+6
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-141-10/+0
* ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when availablePauli Virtanen2019-11-291-36/+50
* STY, TST: fix formatting and add tests for other dtypes, unaligned dataCharles Harris2018-12-071-1/+1
* BUG: test, fix matmul, dot for vector array with stride[i]=0mattip2018-12-051-0/+4
* ENH: corrections and fixes from reviewmattip2018-12-011-1/+0
* ENH: make matmul into a ufuncmattip2018-11-251-1/+1
* MAINT: move unchanging, non-api files to commonmattip2018-08-211-0/+693