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
cdf8275b3f
testlapack: use helpers to name sub-tests
2020-08-20 01:18:56 +02:00
Vladimir Chalupecky
de969dc2da
testlapack: remove unused equalApprox helper
2020-02-23 09:15:54 +01:00
Dan Kortschak
17ea55aedb
blas,lapack: clean up docs and comments
...
Apply (with manual curation after the fact):
* s/^T/U+1d40/g
* s/^H/U+1d34/g
* s/, {2,3}if / $1/g
Some additional manual editing of odd formatting.
2019-09-06 20:02:29 +09:30
Vladimir Chalupecky
8323e5df1f
lapack/testlapack: add sameLowerTri and sameUpperTri helpers
2019-01-04 23:08:42 +01:00
Vladimir Chalupecky
6ea0089704
lapack/testlapack: add tests for Dlauu2 and Dlauum
2018-12-20 06:20:48 +01:00