Commit Graph

10 Commits

Author SHA1 Message Date
Vladimir Chalupecky
7a88995ca8 lapack/gonum: rewrite Dlartg to use safe scaling from https://doi.org/10.1145/3061665 2021-03-20 09:49:59 +01:00
Egon Elbre
190873a112 mat: make tests parallel 2020-03-16 16:10:59 +02:00
Brendan Tracey
16f4144126 mat: Change methods to accept empty instead of nil matrices (#1090)
* mat: Change methods to accept empty instead of nil matrices

While here, fix enough to compile.

Updates #1081.
2019-09-20 19:19:07 +01:00
Brendan Tracey
1d8caee34e mat: change factorization inputs to use bit types (#872)
* mat: change factorization inputs to use bit types

Fixes #756 and #748.
2019-03-23 17:20:14 +00:00
Brendan Tracey
ea41d6d4e9 mat: Change Eigen to use complex matrix representation (#849)
* mat: Change Eigen to use complex matrix representation

Fixes #738
2019-02-13 04:03:06 -05:00
Vladimir Chalupecky
e77e79f8cc mat: test that SymEigen eigenvalues are in ascending order 2018-05-21 12:30:16 +02: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
kortschak
862a4c5a4f mat: rename Vector->VecDense 2017-07-31 09:59:22 +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