Commit Graph

19 Commits

Author SHA1 Message Date
Dan Kortschak
3d32334f97 mat: rename Symmetric method to SymmetricDim 2021-08-23 07:02:27 +09:30
Dan Kortschak
bd0b526fee mat: fix GrowSym behaviour for Reset matrices
Also fix CovarianceMatrix benchmarks in stat that found this.
2020-10-08 18:25:37 +10:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +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
78e1ded4ad mat: relax SymRankOne test from perfect identity 2020-01-13 08:52:57 +10:30
Dan Kortschak
5127c365f2 mat: provide internal slice methods that returns the concrete types 2019-12-28 10:00:57 +10:30
Dan Kortschak
455f782e4c mat: clean up lint 2019-11-02 20:58:09 +10: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
779ef2ac20 mat: rename SliceSquare=>SliceSym and GrowSquare=>GrowSym and return Symmetric 2019-03-30 19:01:34 +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
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
003363ab06 mat: generalise SymDense SymRankOne vector parameters 2018-01-12 08:22:41 +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
kortschak
862a4c5a4f mat: rename Vector->VecDense 2017-07-31 09:59:22 +09:30
kortschak
7af70dd796 all: fix many go vet errors 2017-06-20 16:29:35 +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