Commit Graph

8 Commits

Author SHA1 Message Date
Dan Kortschak
48db94ddb5 mat: add SolveTo and SolveVecTo to SVD 2020-07-01 10:57:37 +09:30
Dan Kortschak
2e07c45a48 mat: fix typo in SVD VTo check 2020-05-04 17:34:24 +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
Brendan Tracey
16f4144126 mat: Change methods to accept empty instead of nil matrices (#1090)
* mat: Change methods to accept empty instead of nil matrices

While here, fix enough to compile.

Updates #1081.
2019-09-20 19:19:07 +01:00
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