diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-12-29 12:30:59 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-12-29 12:30:59 +0000 |
commit | 036f0f19c473cb58a1f7330a481d0e8f705ac452 (patch) | |
tree | 7deb0e6b41b5b74bb8f5aca3e23d1dca8a57cfb7 /CHANGES | |
parent | 3d15dffe52629fd621ad548b671c3043caefb0d0 (diff) |
linearSolveLS, rq
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,11 +1,15 @@ | |||
1 | 0.7.3.0 | 1 | 0.8.0.0 |
2 | ======= | 2 | ======= |
3 | 3 | ||
4 | - added sv, fullSVD, thinSVD, compactSVD, leftSV, rightSV | 4 | - singularValues, fullSVD, thinSVD, compactSVD, leftSV, rightSV |
5 | and complete interface to [d|z]gesdd. | 5 | and complete interface to [d|z]gesdd. |
6 | Algorithms based on the SVD of large matrices can now be | 6 | Algorithms based on the SVD of large matrices can now be |
7 | significantly faster. | 7 | significantly faster. |
8 | 8 | ||
9 | - eigenvalues, eigenvaluesSH | ||
10 | |||
11 | - linearSolveLS, rq | ||
12 | |||
9 | 0.7.2.0 | 13 | 0.7.2.0 |
10 | ======= | 14 | ======= |
11 | 15 | ||