summaryrefslogtreecommitdiff
path: root/numpy/core/blasdot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Fix optimized dot error (1,1)x(1,N) and (N,1)x(1,1)Travis Oliphant2006-03-221-0/+6
* Fix missing increment of reference count.Travis Oliphant2006-03-141-2/+2
* Fix scalar multiplication in optimized dot.Travis Oliphant2006-03-131-26/+42
* Fix consistency of optimized dotTravis Oliphant2006-03-131-2/+7
* Fixed SETITEM and GETITEM macros. Added __index__ support for array scalars o...Travis Oliphant2006-03-101-1/+1
* Fix scalar multiplication striding for both rows and columns.Travis Oliphant2006-02-241-3/+4
* Fix scalar-multiply dotblas error for non-double types. Preserve more matric...Travis Oliphant2006-02-231-7/+7
* Fix the dot(shape=(1,), shape=(1,N)) case tooTravis Oliphant2006-01-291-18/+31
* Fix inconsistency with un-optimized dot functionTravis Oliphant2006-01-291-1/+4
* Fix column-vector x (1,) in dotblas.Travis Oliphant2006-01-291-7/+8
* Raise error when using same field names and disallow object fields for now.Travis Oliphant2006-01-251-3/+0
* Fix bad strides in complex scalar-matrix multiply.Travis Oliphant2006-01-191-4/+4
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-4/+4
* Fix problems with non-square matrices in _dotblas.cTravis Oliphant2006-01-181-3/+5
* Fixed up inappropriate copy...Travis Oliphant2006-01-181-2/+2
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-5/+6
* Add Paulo's improvements to _dotblas.c and don't always require contiguous.Travis Oliphant2006-01-171-68/+300
* Move handling of array priorities in dot-related functions to a separate func...cookedm2006-01-161-6/+9
* Remove the automatic squeezing from _dotblas so that it is compatible with Nu...Travis Oliphant2006-01-151-35/+0
* Speed up matrix-vector calculations using matrix class.Travis Oliphant2006-01-151-2/+35
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-3/+6
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* rename sub-packagesTravis Oliphant2006-01-042-0/+1339