summaryrefslogtreecommitdiff
path: root/numpy/core/blasdot
Commit message (Expand)AuthorAgeFilesLines
* ENH: Move vdot to multiarray.Charles Harris2014-09-042-811/+0
* ENH: Move dotblas_innerproduct down into multiarray.Charles Harris2014-09-041-289/+0
* ENH: Move dotblas_matrixproduct down into multiarray.Charles Harris2014-09-041-571/+14
* MAINT, STY: Remove use of alterdot, restoredot in _dotblas.c.Charles Harris2014-09-041-151/+108
* ENH: When cblas is available use it in descr->f->dot.Charles Harris2014-09-041-133/+2
* ENH: dotblas: re-route all cblas_?dot calls to chunked versionsLars Buitinck2013-11-211-76/+71
* BUG/ENH: blasdot: make *dot calls 64-bit safeLars Buitinck2013-11-211-37/+83
* MAINT: dotblas: factor out all gemm and gemv callsLars Buitinck2013-10-261-167/+83
* BLD: fix Bento build.Ralf Gommers2013-09-191-1/+1
* ENH: Add ufunc override functionality to ufuncs and dots.Blake Griffith2013-09-051-2/+26
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-6/+0
* Removed trailing printf statementNicolas Scheffer2012-11-121-1/+0
* ENH: Remove the need for temporary copies in numpy.dotNicolas Scheffer2012-11-121-3/+15
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* WRN: Fix some compiler warnings.Charles Harris2012-04-061-7/+11
* UPD: Make _dotblas.c use non-deprecated macros/functions.Charles Harris2012-04-061-249/+249
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-2/+8
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* STY: Replace more found macros in old_defines.h with new.Charles Harris2012-02-041-78/+78
* ENH: core: Allow user to pass in output array for dot()Luis Pedro Coelho2011-02-121-12/+44
* 3K: fix core/dotblas module initialization.Pauli Virtanen2010-08-041-3/+30
* BUG: ensure Py_TYPE is available in _dotblas.c on Python 2.4 and 2.5Pauli Virtanen2010-02-201-0/+6
* 3K: Some remaining Py_TYPE issuesPauli Virtanen2010-02-201-1/+1
* Fix _dotblas ob_type pointer for py3k.Charles Harris2010-02-131-4/+4
* Hard tab removal: _dotblas.cCharles Harris2009-10-201-663/+663
* Ensure that documentation for dot, vdot, inner, alterdot, restoredot is the s...Pauli Virtanen2009-03-211-23/+32
* Fixed #950: fix bug in dotblas 0D input detection.Pauli Virtanen2009-03-101-0/+5
* Fix signed/unsigned warnings by doing explicit cast (as done by the compiler ...David Cournapeau2009-03-091-10/+10
* Do not use old noprefix header in dotblas (#945).David Cournapeau2009-03-021-44/+44
* Use NPY_UNUSED in numpy.core sources.David Cournapeau2008-10-081-5/+5
* Fix buggy sentinel for blasdot docstring.David Cournapeau2008-08-031-1/+1
* Remove blank line.Charles Harris2008-07-161-1/+0
* Fix ticket #849. Thanks to Michael Abbott.Charles Harris2008-07-161-4/+9
* Coding style cleanups.Charles Harris2008-07-161-69/+125
* * Make matrices return 1-dimensional array on item selection for 1.2\n * Rem...Travis Oliphant2008-05-071-0/+5
* Fix Ticket #588: problem with negative striding and fast blas implementation ...Travis Oliphant2007-10-091-7/+28
* Cleanup whitespace.Charles Harris2007-04-112-174/+174
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-2/+2
* Fix reference count problem with dtypes in vdotTravis Oliphant2006-11-171-3/+3
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-1/+1
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-041-1/+1
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-181-6/+17
* Make sure generated C-API uses new names.Travis Oliphant2006-07-181-1/+0
* Allow threads at several places in the code.Travis Oliphant2006-07-181-2/+11
* Fix ticket #177Travis Oliphant2006-07-121-1/+0
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-1/+1
* Fix defect #115Travis Oliphant2006-05-141-2/+2
* Fix ticket #109Travis Oliphant2006-05-111-1/+1
* Fix ticket #106Travis Oliphant2006-05-101-4/+6
* Fix-up optimized dot when strides is not a multiple of the element size.Travis Oliphant2006-05-091-5/+35