Commit Graph

9 Commits

Author SHA1 Message Date
Dan Kortschak
cf02923dd8 mat: fix build for 32-bit architectures 2020-09-13 18:32:09 +09:30
Dan Kortschak
7b6a63e4e7 mat: don't use global rand state 2020-03-19 17:44:06 +10:30
Egon Elbre
190873a112 mat: make tests parallel 2020-03-16 16:10:59 +02:00
Dan Kortschak
c5f01565d8 mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom 2019-06-08 21:20:22 +09:30
Dan Kortschak
38017c6036 mat: remove ineffectual assignments
Identified by github.com/gordonklaus/ineffassign.

$ ineffassign .
.../gonum.org/v1/gonum/mat/product_test.go:118:4: ineffectual assignment to a
2019-01-27 21:39:27 +10:30
Dan Kortschak
3b99883391 mat: disallow New calls with zero length 2018-11-21 07:57:39 +10:30
kortschak
fa0c5aa7bc all: use golang.org/x/exp/rand instead of math/rand 2017-11-17 11:52:34 +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