Skip to content

Commit 7f70c32

Browse files
committed
Create ChangeLog
1 parent acedee6 commit 7f70c32

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

ChangeLog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2012-11-09 Bruce Miller
2+
* Version 1.0.3 Released.
3+
* Patched hqr2 method in Jama.EigenvalueDecomposition
4+
to avoid infinite loop;
5+
Thanks Frederic Devernay <frederic.devernay@m4x.org>
6+
* Updated unchecked type coding in Matrix read.
7+
* Added serialization ID to Jama.Matrix and Decomposition classes.
8+
* Cleaned up javadoc documentation to Jama.Matrix and Decomposition classes.
9+
2005-07-13 Bruce Miller
10+
* Version 1.0.2 Released.
11+
12+
2005-07-12 Bruce Miller
13+
* Although SVD sometimes fails on cases m < n,
14+
the test code, apparently successfully, invokes
15+
SVD to compute rank on an m<n matrix. Deferring
16+
proposal to signal error on m < n, for now.
17+
Possible fix to generalize SVD to come later.
18+
19+
2005-03-04 Roldan Pozo
20+
* Updated CholeskyDecomposition to fix problem with scaling by
21+
diagonals; modified TestMatrix to better test this case.
22+
23+
2003-07-28 Cleve Moler
24+
* Updated SingularValueDecomposition to repair lack of convergience
25+
on rank deficient matrices.
26+
* Note that SVD still doesn't handle m < n
27+
Apparently this case can be handled by a pre-transposition,
28+
or more directly by a modification to the source, but this
29+
modified version isn't available yet.
30+
31+
2000-09-11 Bruce Miller <bruce.miller@nist.gov>
32+
* Version 1.0.1 Released.
33+
34+
2000-09-11 Bruce Miller <bruce.miller@nist.gov>
35+
* Jama.Matrix print methods which create a NumberFormat, now set its
36+
Locale to US so that the reader will recognize them even when the
37+
default locale is not US. Similar change to Jama.test.TestMatrix.
38+
(Thanks Ulrich Eberhardinger <u.eberhardinger@ipc.uni-stuttgart.de>)
39+
40+
1998-08-05 The Jama Team
41+
* Initial Version released (1.0.0)

0 commit comments

Comments
 (0)