diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-02 14:12:22 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-02 14:12:22 +0200 |
commit | ae104ebd5891c84f9c8b4a40501fefdeeb1280c4 (patch) | |
tree | 768126c9f17dfa371b678e2dd1ba9661d96860cc /CHANGELOG | |
parent | e168d61eb429aa1de2d68075a4b89a8522e44038 (diff) |
(<>) and (×)
(<>) back for compat, added (×), LSDiv, +documentation, classes to dev, Monoid using optimiseMult,
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,16 +1,23 @@ | |||
1 | 0.16.0.0 | 1 | 0.16.0.0 |
2 | -------- | 2 | -------- |
3 | 3 | ||
4 | * Added more organized reexport modules: | ||
5 | Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel | ||
6 | (The documentation is hidden for the other modules, | ||
7 | but they continue to be exposed and are not deprecated) | ||
8 | |||
4 | * join deprecated, use vjoin | 9 | * join deprecated, use vjoin |
5 | * dot and (<.>) deprecated, use udot or (<>) | ||
6 | 10 | ||
11 | * dot and (<.>) deprecated, use udot or (×) | ||
7 | * added udot (unconjugated dot product) | 12 | * added udot (unconjugated dot product) |
8 | * added (·) = cdot, which conjugates the first input vector | 13 | * added (·) = cdot, which conjugates the first input vector |
9 | 14 | ||
10 | * more general multiplication operator (<>) | 15 | * added alternative matrix multiplication operator (×) |
16 | * added Monoid instance for Matrix using matrix product | ||
11 | 17 | ||
12 | * improved build and konst | 18 | * improved build and konst |
13 | 19 | ||
20 | * simplified LSDiv | ||
14 | * Plot functions moved to Numeric.LinearAlgebra.Util | 21 | * Plot functions moved to Numeric.LinearAlgebra.Util |
15 | * removed (!) (use (¦)) | 22 | * removed (!) (use (¦)) |
16 | 23 | ||