summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 64450e4ff03b3a81aa936ec4798b7c4ed5f88021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
6.0.0.0
=======

- 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.