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
Dan Kortschak
affaa34094 all: fix doc comments identified by staticcheck
All complaints in mathext/internal are ignored, and an unfortunate naming
of methods in spatial/{r2,r3} is now permanent.
2024-04-23 17:11:29 +09:30
Vladimir Chalupecky
d920954870 lapack/testlapack: fix typo in test for Dgesc2 2021-06-17 09:37:55 +02:00
Vladimir Chalupecky
a0c9dc561f lapack/{gonum,testlapack}: clean up Dgesc2 and rework its test 2021-06-16 14:34:07 +02:00
Patricio Whittingslow
c0f40d7826 lapack/gonum: add Dgesc2 (#1652) 2021-06-16 09:23:56 +02:00