diff options
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 | ||