Commit Graph

11 Commits

Author SHA1 Message Date
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
Vladimir Chalupecky
7584990dc8 lapack/testlapack: rework test for Dtrcon 2019-08-17 00:48:19 +02:00
Vladimir Chalupecky
08d9e7ed28 lapack/testlapack: change isIdentity to distFromIdentity 2019-01-19 00:28:03 +01:00
Vladimir Chalupecky
87489715e5 testlapack: add isIdentity helper 2019-01-04 23:08:42 +01:00
Vladimir Chalupecky
c8e06d77e8 lapack/testlapack: add implementation comments to Dtrtri test 2018-11-20 22:53:12 +01:00
Vladimir Chalupecky
c1df604729 lapack/testlapack: improve conditioning of test matrices for Dtrtri
This also allows us to tighten the test tolerance.
2017-12-06 22:29:34 +01: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