summaryrefslogtreecommitdiff
path: root/CHANGES
blob: deca1d57b50bb4b857e8108fdb58f2bb0a1e60e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0.7.3.0
=======

- added sv, fullSVD, thinSVD, compactSVD, leftSV, rightSV
  and complete interface to [d|z]gesdd.
  Algorithms based on the SVD of large matrices can now be
  significantly faster.

0.7.2.0
=======

- ranksv

0.7.1.0
=======

- buildVector/buildMatrix

- removed NFData instances

0.6.0.0
=======

- added randomVector, gaussianSample, uniformSample, meanCov

- added rankSVD, nullspaceSVD

- rank, nullspacePrec, and economy svd defined in terms of ranksvd.

- economy svd now admits zero rank matrices and return a "degenerate
  rank 1" decomposition with zero singular value.

- added NFData instances for Matrix and Vector.

- liftVector, liftVector2 replaced by mapVector, zipVector.