You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll look more closely tomorrow: but matrix multiplication is only
associative, not commutative. And that's of course ignoring questions of
finite precison.
would be handy to have a quickcheck based test suite as part of hblas (that could possibly be duplicated /reused in related projects).
the linear algebra subdirectory of the hmatrix test suite is MIT/BSD licensed and has some quickcheck properties could probably used https://github.com/albertoruiz/hmatrix/tree/master/packages/tests/src/Numeric/LinearAlgebra
cc @yangjueji (since you were thinking about this)
The text was updated successfully, but these errors were encountered: