Commit Graph

5 Commits

Author SHA1 Message Date
Dan Kortschak
f69c0ac28e mat: clarify that prefix is only added after the first line 2020-07-16 14:34:03 +09:30
Dan Kortschak
de92f8ef4d mat: provide mechanism to output Python and MATLAB syntax 2020-05-08 18:58:03 +09:30
Dan Kortschak
773146b12d all: fix repeated word typos in comments
Found with m/\b([a-zA-Z]+) \1\b/ and m/\b([a-zA-Z]+)\n[ \t]*// \1\b/.
2019-03-29 07:58:21 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Brendan Tracey
3fa9374bd4 matrix: rename matrix to mat, and merge with mat64 and cmat128.
This merges the three packages, matrix, mat64, and cmat128. It then renames this big package to mat. It fixes the import statements and corresponding code
2017-06-13 10:26:10 -06:00