Commit Graph

6 Commits

Author SHA1 Message Date
Dan Kortschak
de92f8ef4d mat: provide mechanism to output Python and MATLAB syntax 2020-05-08 18:58:03 +09:30
Egon Elbre
190873a112 mat: make tests parallel 2020-03-16 16:10:59 +02:00
Dan Kortschak
fa04bde682 mat: avoid hard coding expected output that depends on weak promises
Note that the tests here are less tautological than they first appear. The
expectations are printed with %#v on a *Dense, while the tests are printed
with %#v via a formatter.
2018-09-13 08:37:57 +09:30
Vladimir Chalupecky
929014505b blas/blas64: reorder struct fields
Reorder vector and matrix struct fields to match the order in which BLAS
routines accept them. This makes calls with inline declarations with
unnamed fields consistent and easier to understand.
2018-08-16 18:54:07 +02:00
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