diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-07 13:07:05 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-07 13:07:05 +0200 |
commit | eb3f702d065a4a967bb754977233e6eec408fd1f (patch) | |
tree | cf7788f92fba45b8dea025f51468e7b96aa772cf /CHANGELOG | |
parent | c04b342324001dc74baaa5e74264e61a76937f88 (diff) |
undeprecate <.>, extended to contraction
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,11 +10,12 @@ | |||
10 | 10 | ||
11 | * join deprecated, use vjoin | 11 | * join deprecated, use vjoin |
12 | 12 | ||
13 | * added udot (unconjugated dot product) | ||
14 | * added (·) = cdot, which conjugates the first input vector | 13 | * added (·) = cdot, which conjugates the first input vector |
15 | * dot and (<.>) deprecated, use udot or (×) | 14 | * added udot (unconjugated dot product) |
15 | * deprecated dot, use udot or (×) to keep the old behaviour | ||
16 | 16 | ||
17 | * added alternative overloaded multiplication operator (×) | 17 | * added alternative overloaded multiplication operator (×) (or (<.>)) |
18 | * (<.>) changed to infixr | ||
18 | * added Monoid instance for Matrix using matrix product | 19 | * added Monoid instance for Matrix using matrix product |
19 | 20 | ||
20 | * improved build and konst | 21 | * improved build and konst |