summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* Merge from documentation editor.Stefan van der Walt2008-08-052-143/+324
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-2/+1
* Removed unused private function _castCopyAndTranspose.Alan McIntyre2008-07-231-8/+1
* Added tests for eigenvalue/vector functions for Hermitian matrices..Alan McIntyre2008-07-141-0/+55
* Simplify a bit more scons scripts.David Cournapeau2008-07-091-8/+3
* Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau2008-07-091-3/+2
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-40/+35
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-032-5/+1
* Restore old test framework classes.Alan McIntyre2008-06-213-3/+3
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-173-30/+33
* adapt numpy.linalg to new scons build_dir architecture.David Cournapeau2008-06-122-29/+31
* Merged revisions 5204-5257 via svnmerge from David Cournapeau2008-06-071-7/+3
|\
| * Forgot one file in lapack_lite when no LAPACK is available.David Cournapeau2008-05-201-2/+2
| * Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled inDavid Cournapeau2008-05-201-5/+1
* | Fix ordering assumption in regression test.Charles Harris2008-05-211-2/+4
|/
* Fix math markup in docstrings.Stefan van der Walt2008-05-191-4/+4
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-7/+7
* Keep singular values and eigenvalues as 1D arrays until the matrix indexingCharles Harris2008-04-292-11/+7
* Fix python_xerbla for compilers that do not have inline strlen defined.Stefan van der Walt2008-04-291-1/+2
* Rename and reformat pythonxerbla.Stefan van der Walt2008-04-283-35/+38
* Fix test of lstsqr to work with matrix tests.Charles Harris2008-04-272-5/+5
* Add tests for matrix return types.Charles Harris2008-04-272-9/+42
* Make functions in linalg.py accept nestes lists.Charles Harris2008-04-272-44/+69
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-202-14/+14
* Fix import error.Pearu Peterson2008-04-091-0/+2
* Disable pythonxerbla.c patch for win32 (the MSVC linker failes on multiple d...Pearu Peterson2008-04-091-0/+3
* Fixing compile error from MSVC. Try 3.Pearu Peterson2008-04-091-2/+2
* Fixing compile error from MSVC. Try 2.Pearu Peterson2008-04-091-1/+1
* Fixing compile error from MSVC.Pearu Peterson2008-04-092-2/+2
* Cleanup.Pearu Peterson2008-04-091-4/+0
* Apply modified patch from ticket 673. The patch is effective when using unopt...Pearu Peterson2008-04-093-5/+44
* Added function for computing condition number, with tests and docs; closes #622.aarchiba2008-04-082-1/+54
* Test that matrix_power behaves correctly for boolean matrices.aarchiba2008-04-071-0/+4
* Factor out matrix_multiply from defmatrix. Based on a patch byStefan van der Walt2008-04-063-9/+68
* Change iteration loop number to a defined value and increment it. Should fix...Travis Oliphant2008-03-221-5/+8
* Add regression for #627.David Cournapeau2008-03-211-1/+12
* Add regression test for #662.David Cournapeau2008-03-211-1/+12
* Add regression test for ticket #652.David Cournapeau2008-03-211-0/+34
* Fix pseudo-inverse description. Closes #631.Stefan van der Walt2008-03-111-1/+2
* ran reindentJarrod Millman2008-02-082-48/+48
* Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-071-1/+1
* numpy.linalg now builds with sconsDavid Cournapeau2008-01-072-0/+53
* more docstring improvements from Pauli VirtanenJarrod Millman2007-12-291-12/+30
* docstring improvements from Pauli VirtanenJarrod Millman2007-12-292-267/+502
* Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. longcookedm2007-11-081-1/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-1/+1
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-212-2/+18
* Fix 64-bit zgeqrf on trunk.Travis Oliphant2007-05-311-1/+1
* Add documentation for eigvals, eigvalsh, eig, and eigh.Charles Harris2007-05-131-4/+165