Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep singular values and eigenvalues as 1D arrays until the matrix indexing | Charles Harris | 2008-04-29 | 2 | -11/+7 |
| | | | | | controversy is settled. This will also keep code that uses diag(ev), from breaking. | ||||
* | Fix python_xerbla for compilers that do not have inline strlen defined. | Stefan van der Walt | 2008-04-29 | 1 | -1/+2 |
| | |||||
* | Rename and reformat pythonxerbla. | Stefan van der Walt | 2008-04-28 | 3 | -35/+38 |
| | |||||
* | Fix test of lstsqr to work with matrix tests. | Charles Harris | 2008-04-27 | 2 | -5/+5 |
| | | | | Fix lstsq | ||||
* | Add tests for matrix return types. | Charles Harris | 2008-04-27 | 2 | -9/+42 |
| | | | | | Fix cond computations for matrices. lstsq is currently broken for matrices, will fix shortly. | ||||
* | Make functions in linalg.py accept nestes lists. | Charles Harris | 2008-04-27 | 2 | -44/+69 |
| | | | | | Use wrap to keep matrix environment intact. Base patch from nmb. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 2 | -14/+14 |
| | |||||
* | Fix import error. | Pearu Peterson | 2008-04-09 | 1 | -0/+2 |
| | |||||
* | Disable pythonxerbla.c patch for win32 (the MSVC linker failes on multiple ↵ | Pearu Peterson | 2008-04-09 | 1 | -0/+3 |
| | | | | defined symbols) when using optimized lapack. | ||||
* | Fixing compile error from MSVC. Try 3. | Pearu Peterson | 2008-04-09 | 1 | -2/+2 |
| | |||||
* | Fixing compile error from MSVC. Try 2. | Pearu Peterson | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | Fixing compile error from MSVC. | Pearu Peterson | 2008-04-09 | 2 | -2/+2 |
| | |||||
* | Cleanup. | Pearu Peterson | 2008-04-09 | 1 | -4/+0 |
| | |||||
* | Apply modified patch from ticket 673. The patch is effective when using ↵ | Pearu Peterson | 2008-04-09 | 3 | -5/+44 |
| | | | | unoptimized lapack shipped with numpy [tested] or if optimized lapack library does not have xerbla_ defined [not tested] | ||||
* | Added function for computing condition number, with tests and docs; closes #622. | aarchiba | 2008-04-08 | 2 | -1/+54 |
| | |||||
* | Test that matrix_power behaves correctly for boolean matrices. | aarchiba | 2008-04-07 | 1 | -0/+4 |
| | |||||
* | Factor out matrix_multiply from defmatrix. Based on a patch by | Stefan van der Walt | 2008-04-06 | 3 | -9/+68 |
| | | | | Anne Archibald. | ||||
* | Change iteration loop number to a defined value and increment it. Should ↵ | Travis Oliphant | 2008-03-22 | 1 | -5/+8 |
| | | | | fix ticket #706. | ||||
* | Add regression for #627. | David Cournapeau | 2008-03-21 | 1 | -1/+12 |
| | |||||
* | Add regression test for #662. | David Cournapeau | 2008-03-21 | 1 | -1/+12 |
| | |||||
* | Add regression test for ticket #652. | David Cournapeau | 2008-03-21 | 1 | -0/+34 |
| | |||||
* | Fix pseudo-inverse description. Closes #631. | Stefan van der Walt | 2008-03-11 | 1 | -1/+2 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 2 | -48/+48 |
| | |||||
* | Change write_info imports, put in top numscons namespace | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | numpy.linalg now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+53 |
| | |||||
* | more docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 1 | -12/+30 |
| | |||||
* | docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 2 | -267/+502 |
| | |||||
* | Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. long | cookedm | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+0 |
| | |||||
* | Using the in operator to find substrings. It is shorter and easier to ↵ | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
| | | | | understand. | ||||
* | Apply patch to fix ticket #557 (pinv causing error with empty arrays) | Travis Oliphant | 2007-09-21 | 2 | -2/+18 |
| | |||||
* | Fix 64-bit zgeqrf on trunk. | Travis Oliphant | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | Add documentation for eigvals, eigvalsh, eig, and eigh. | Charles Harris | 2007-05-13 | 1 | -4/+165 |
| | |||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Fix problem 64-bit linalg.qr problem. | Travis Oliphant | 2007-03-07 | 1 | -6/+6 |
| | |||||
* | whitespace cleanup | Tim Leslie | 2007-01-09 | 1 | -57/+59 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 2 | -5/+3 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | Fix hanging eig computation when inf or nan values are in the array. This ↵ | Travis Oliphant | 2006-12-06 | 1 | -1/+8 |
| | | | | check is already in SciPy. We need it in NumPy too for some LaPack calls. | ||||
* | Fix bogus unitialized variable warning by removing unneeded variable. ↵ | Charles Harris | 2006-11-11 | 1 | -17/+16 |
| | | | | Cleanup whitespace. | ||||
* | Fix typo in lapack_litemodule.c | Charles Harris | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | Fix problem with dgesdd where the optimal work size is not computed correctly. | Travis Oliphant | 2006-11-02 | 2 | -9/+27 |
| | |||||
* | Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ↵ | Charles Harris | 2006-10-16 | 1 | -21/+13 |
| | | | | | | array instead of from the numpy ordered array and consequently were reversed. | ||||
* | Fix-up tensor solve and tensor inv and rename to match tensordot. | Travis Oliphant | 2006-10-13 | 1 | -25/+34 |
| | |||||
* | Add a rcond parameter to the polyfit function and give it the double precision | Charles Harris | 2006-10-13 | 1 | -26/+26 |
| | | | | | | | | | default value that dgelsd uses (rcondx=-1) on the principle of least surprise. Values of rcond less than this can also be useful, so a warning message and a bit of explanation was added to the documentation. The default value used by lstsq was set to the default (-1), and rcond in pinv has a default value of 1e-15. | ||||
* | Add solvetensor and invtensor | Travis Oliphant | 2006-10-13 | 1 | -2/+70 |
| | |||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -4/+4 |
| | |||||
* | Check for return value in linalg.det | Travis Oliphant | 2006-08-14 | 1 | -0/+5 |
| | |||||
* | Add qr decomposition to linalg | Travis Oliphant | 2006-08-10 | 3 | -41/+252 |
| |