Add some tests for dgemm.
commit2dbedca7dfd38e9170c5154ba944bac170582ce9
authorRaymond Toy <toy.raymond@gmail.com>
Tue, 19 Nov 2024 00:10:24 +0000 (18 16:10 -0800)
committerRaymond Toy <toy.raymond@gmail.com>
Tue, 19 Nov 2024 00:10:24 +0000 (18 16:10 -0800)
treed1176fbaa004ad33d98c36bc57969b0cd29986ff
parent903b02ea8368a66d9d8966314d22495ccb422d72
Add some tests for dgemm.

We mostly want to test that the keyword arg `beta` works now, but we
might as well add a few more tests for dgemm.  The tests are based on
the matrices in the user doc for dgemm.
share/lapack/rtest_dgemm.mac [new file with mode: 0644]
src/testsuite.lisp