summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add qr decomposition to linalgTravis Oliphant2006-08-101-0/+90
|
* Move location of flatnonzeroTravis Oliphant2006-08-051-2/+2
|
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-1/+1
|
* Revert change to lworkTravis Oliphant2006-07-311-1/+1
|
* Revert change and add better test for umathTravis Oliphant2006-07-311-1/+1
|
* Fix-up invalid casting back to real when complex result.Travis Oliphant2006-07-311-0/+11
|
* Fix missing return.Travis Oliphant2006-07-251-0/+1
|
* Add broadcasting behavior to random-number generators. Fix cholesky to keep ↵Travis Oliphant2006-07-251-1/+2
| | | | matrix return.
* Fix ticket #178 which was an error whenever multiple buffers needed to be ↵Travis Oliphant2006-07-181-4/+4
| | | | used to cast.
* numpy.linalg: fix bug where complex arrays weren't being returned.cookedm2006-07-141-3/+4
| | | | Also improved test cases.
* linalg routines will try to return their results as the same type as the ↵cookedm2006-07-141-158/+131
| | | | | | | | arguments. i.e., if you pass in a single or csingle array, that's what you get back. (Routines still use double-precision, though). Also some cleanups.
* squash remaining uses of typecodes in linalgcookedm2006-07-131-30/+30
|
* fix bug in eig with complex solutionscookedm2006-07-131-1/+1
|
* Fix error in linalg.pyTravis Oliphant2006-07-061-1/+4
|
* Fix buffered reduce, accumulate, and reduceat.Travis Oliphant2006-07-061-1/+1
|
* Convert linalg to use dtypes instead of typecodescookedm2006-07-041-36/+43
|
* Add some documentation to linalg.pyTravis Oliphant2006-06-271-0/+27
|
* Remove deprecated names from ma and tests.Travis Oliphant2006-06-021-1/+1
|
* Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes.Travis Oliphant2006-05-161-2/+2
|
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-181-3/+3
|
* Fix-up name-spaces.Travis Oliphant2006-03-151-1/+0
|
* Fix-up name-spaces.Travis Oliphant2006-03-151-5/+7
|
* fix imports so that all tests passTim Leslie2006-03-151-0/+1
|
* Isolate Numeric compatibility to numpy.linalg.oldTravis Oliphant2006-03-151-49/+20
|
* Committed much of ticket #36Travis Oliphant2006-03-151-21/+106
|
* Changed the C-API by making the a.flags object a builtin object for speed. ↵Travis Oliphant2006-03-151-1/+3
| | | | Also fixed issues with linalg and matrices.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-6/+4
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-3/+4
| | | | initiating Scipy/NumpyTest during imports.
* Fix scalar-multiply dotblas error for non-double types. Preserve more ↵Travis Oliphant2006-02-231-4/+1
| | | | matrices through functions
* Make matrices survive through more functions.Travis Oliphant2006-02-231-10/+17
|
* Fix _AIX bug and add UserArray for container class backward compatibility.Travis Oliphant2006-02-231-0/+1
|
* Fixed linalg.singular_value_decomposition. Should full_matrices=1 ??edschofield2006-02-221-4/+3
|
* Fix a few more improper uses of .dtype attribute.Travis Oliphant2006-01-211-1/+1
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-6/+6
| | | | .dtypechar -> .dtype.char
* Fixed import for undefined triu.Pearu Peterson2006-01-061-1/+1
|
* More numpy fixes...Travis Oliphant2006-01-041-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
|
* rename sub-packagesTravis Oliphant2006-01-041-0/+556