Dan Kortschak
af39aebcaa
all: replace uses of deprecated ioutil functions
2021-08-17 20:06:07 +09:30
Egon Elbre
190873a112
mat: make tests parallel
2020-03-16 16:10:59 +02:00
Dan Kortschak
455f782e4c
mat: clean up lint
2019-11-02 20:58:09 +10:30
Dan Kortschak
1d8f8b2ee4
all: address issues identified by golangci-lint
2019-09-09 07:38:44 +09:30
Dan Kortschak
dd3505df7d
mat: move sizeInt64 to testing file to quieten unused
2019-08-05 09:20:35 +09:30
Brendan Tracey
572d9101fe
blas64: add length field N to Vector
...
blas64: add length field N to Vector
Alongside, fix the implementation of mat.VecDense and mat.Diagonal, as well as other changes needed to fix this change.
Fixes #736 .
2018-12-10 08:36:04 +00:00
Dan Kortschak
3b99883391
mat: disallow New calls with zero length
2018-11-21 07:57:39 +10:30
Dan Kortschak
57680b76df
mat: retain type and dimension attributes in encodings
2018-06-01 21:51:20 +09:30
Dan Kortschak
d1117c6f27
mat: disallow zero dimension results
2018-05-23 06:58:26 +09:30
Dan Kortschak
6e57d606a5
mat: generalise basic arithmetic vector operations
2017-12-25 06:12:00 +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