Dan Kortschak
5f0141ca4c
all: run gofmt and generate all packages
...
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.
[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card
git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Vladimir Chalupecky
8c7f0017f9
testlapack: consolidate floating-point constants
2021-05-29 11:16:29 +02:00
Vladimir Chalupecky
8928ea27e9
testlapack: move and document residualOrthogonal
2020-02-23 09:15:54 +01:00
Vladimir Chalupecky
3973e30147
testlapack: print byte constants as chars
2020-02-22 09:15:10 +01:00
Vladimir Chalupecky
aafb56522f
lapack/gonum,testlapack: fix bug in Dtrevc3 and rework its test
2020-02-13 10:23:10 +01:00
Vladimir Chalupecky
c8be30b70e
testlapack: rework eigenvector checks in DgeevTest and adjust tolerances
2020-02-03 17:46:38 +01:00
Vladimír Chalupecký
a84dbb2e4f
testlapack: adjust some tolerances ( #1224 )
2020-01-27 10:06:36 +01:00
Dan Kortschak
17ea55aedb
blas,lapack: clean up docs and comments
...
Apply (with manual curation after the fact):
* s/^T/U+1d40/g
* s/^H/U+1d34/g
* s/, {2,3}if / $1/g
Some additional manual editing of odd formatting.
2019-09-06 20:02:29 +09:30
Vladimir Chalupecky
70a1e933af
lapack/gonum: unify parameter checks
2019-02-15 23:07:11 +01:00
Vladimir Chalupecky
ce429941af
lapack/testlapack: use real arguments in workspace query calls
2018-11-22 06:27:37 +01:00
Vladimir Chalupecky
a6f3f37374
lapack: rename LeftEV and RightEV job constants
2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
2768e4f21b
lapack/testlapack: loosen Dgeev test case tolerance
2018-01-12 14:43:51 +01:00
kortschak
54a5f6f081
all: fix build and make tests pass with new streams
2017-11-17 12:38:53 +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
7af70dd796
all: fix many go vet errors
2017-06-20 16:29:35 +09:30
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
c474e8b33b
lapack: imported lapack as a subtree
2017-05-23 00:02:46 -06:00