Commit Graph

16 Commits

Author SHA1 Message Date
kevincatty
808cbd482b lapack: fix eigenvector normalization residual calculation
Signed-off-by: kevincatty <zhanshanmao@outlook.com>
2025-03-18 05:39:12 +10:30
Dan Kortschak
bc349ecfab all: replace internal rand shim with math/rand/v2 2025-02-01 22:18:04 +10:30
Dan Kortschak
cf3307fa63 all: partially migrate to math/rand/v2
This is not intended to be a completed transition since it leaves the
libraries unusable to external client code, but rather as a step towards
use of math/rand/v2. This initial step allows repair of sequence change
failures without having to worry about API difference.
2025-02-01 22:18:04 +10:30
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
cdf8275b3f testlapack: use helpers to name sub-tests 2020-08-20 01:18:56 +02:00
Vladimir Chalupecky
606c8c53ff testlapack: add parameter to randomSchurCanonical to generate bad matrices 2020-02-13 10:23: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
7cc92e21e0 lapack/gonum: unify parameter checks 2019-02-28 12:40:53 +01:00
Vladimir Chalupecky
ce429941af lapack/testlapack: use real arguments in workspace query calls 2018-11-22 06:27:37 +01:00
Vladimir Chalupecky
ac10ac454b lapack: rename EVRightLeft to EVBoth 2018-10-17 15:04:24 +02:00
Vladimir Chalupecky
b132fde8ea lapack: rename HowMany type and consts 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
7ef6056c6f lapack: rename EVSide consts 2018-08-23 06:57:27 +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
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