summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-25 20:45:36 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-25 20:45:36 +0200
commit1b5e84ec979105d54fee51d19fccddb52026be69 (patch)
treefb3808253eb911f1b7a6882eafe6d45cbac0656d /CHANGELOG
parentcd3daf7e12fa2a8c775a1d6516049bbc7e44da32 (diff)
(<>) and (·)
use <> for general contraction, remove ×, use Alt Gr . for cdot
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dea29a9..8388e5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,12 +2,12 @@
2-------- 2--------
3 3
4 * join deprecated, use vjoin 4 * join deprecated, use vjoin
5 * dot and (<.>) deprecated, use udot or (×) 5 * dot and (<.>) deprecated, use udot or (<>)
6 6
7 * added udot (unconjugated dot product) 7 * added udot (unconjugated dot product)
8 * added () = cdot, which conjugates the first input vector 8 * added (·) = cdot, which conjugates the first input vector
9 9
10 * added a general multiplication operator (×) 10 * more general multiplication operator (<>)
11 11
12 * improved build and konst 12 * improved build and konst
13 13