chiark / gitweb /
helixish: use @ for matrix multiplication
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Nov 2017 22:09:00 +0000 (22:09 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Nov 2017 22:09:03 +0000 (22:09 +0000)
commit390d3621fcf18d8e1a98a8ff77a85dcaa61f4ed9
treece359325faa119cc065339ff80b1c2b2cead85b6
parentb122f4b8e6228c810b6fa998fa86d85df02c2765
helixish: use @ for matrix multiplication

Older numpy wants you to use the matrix type.  Newer Python and numpy
can use @.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
helixish.py