Commit Graph

13 Commits

Author SHA1 Message Date
Egon Elbre
190873a112 mat: make tests parallel 2020-03-16 16:10:59 +02:00
Vladimir Chalupecky
4363550baf mat: add TriDense.SliceTri 2020-03-12 17:47:46 +01:00
jonreiter@gmail.com
480f85c83e mat: add benchmarks for trimul 2019-04-18 13:29:05 +09:30
jonreiter@gmail.com
48323a4c88 mat: add benchmarks for Sum with Dense, SymDense, TriDense and VecDense 2019-04-03 19:38:10 +10:30
Dan Kortschak
5e1727134a mat: run gofmt -s -w 2019-02-09 06:26:38 +10:30
Brendan Tracey
bcbf6c8e4e mat: Add Zero method to reset values of matrices (#819)
* mat: Add Zero method to reset values of matrices
2019-01-27 22:16:06 +00:00
Iskander (Alex) Sharipov
333db37892 mat: fix duplicated switch case
Found using gocritic linter, `dupCase` checker.
2018-12-12 17:12:13 +10:30
Brendan Tracey
b53e0d9ab0 mat: Add DiagView methods to types (#711)
* mat: Add DiagView methods to types

Fixes #213
2018-11-29 16:08:30 +00: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
ac9ad9e533 mat: Add Scale method for TriDense and Cholesky (#267)
* mat: Add Scale method for TriDense and Cholesky
2017-10-19 07:24:29 -06:00
kortschak
eac07bbebd mat: add missing license headers 2017-06-21 20:22:55 +09: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