Dan Kortschak
f42c07e8cb
all: fix typos
2025-01-01 08:26:48 +10:30
Vladimir Chalupecky
78bc3a48bf
mat: add VecDense.Permute
2023-10-06 22:11:17 +02:00
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
0a381ca743
mat: ensure number of elements to be copied is sanitised for blas64
2019-07-04 17:01:04 +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
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
kortschak
7d975f4c67
mat: generalise Outer vector parameters
2018-01-12 08:22:41 +10:30
Dan Kortschak
cd47c93d54
mat: relax list test type restrictions for Vector parameters
2017-12-27 19:24:49 +10:30
Dan Kortschak
6e57d606a5
mat: generalise basic arithmetic vector operations
2017-12-25 06:12:00 +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
James Bowman
e01a71d4d5
mat: make RowView and ColView return Vector type and add RowViewOf and ColViewOf
...
Also change Dot signature to accept Vector parameters.
2017-09-02 06:55:38 +09:30
kortschak
862a4c5a4f
mat: rename Vector->VecDense
2017-07-31 09:59:22 +09:30
kortschak
eac07bbebd
mat: add missing license headers
2017-06-21 20:22:55 +09:30
kortschak
82a7dd2f1f
mat: extend Vector slicing sematics to allow slicing up to capacity
2017-06-21 12:24:43 +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