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