summaryrefslogtreecommitdiff
path: root/CHANGES
blob: af901809d8ce48abb2dfebab73cb69585429243a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
6.0.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.