Commit Graph

6 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
f702758118 testlapack: add dlansb helper and use it in DpbconTest 2020-03-29 13:15:31 +02:00
Vladimir Chalupecky
8b91875836 lapack/gonum: add Dlansb with test 2019-08-15 11:55:37 +02:00
Vladimir Chalupecky
33540c531c lapack/testlapack: fix test for Dpbcon 2019-08-15 09:46:50 +02:00
Vladimir Chalupecky
3cac0797bd lapack/testlapack: add test for Dpbcon 2019-08-03 09:39:02 +02:00