Commit Graph

7 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
7bed099d44 lapack/gonum: clean up Dlanhs and its test 2023-09-07 12:55:09 +02:00
soypat
b79b9f7740 greatly improve dlanhs impl, docs and tests 2023-09-07 10:19:13 +02:00
soypat
e4cd817d22 stricter tolerance 2023-09-07 10:19:13 +02:00
soypat
1f026fb0ae apply @vladimir-ch suggestions 2023-09-07 10:19:13 +02:00
soypat
e1631017db add dlanhs tests 2023-09-07 10:19:13 +02:00