Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explore having a quickcheck based test suite #33

Open
cartazio opened this issue May 6, 2015 · 2 comments
Open

explore having a quickcheck based test suite #33

cartazio opened this issue May 6, 2015 · 2 comments

Comments

@cartazio
Copy link
Member

cartazio commented May 6, 2015

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)

@yangjueji
Copy link
Contributor

I have tried a quickcheck example here.
yangjueji@922bc16

I am thinking about making it random on s/d/c/z.

@cartazio
Copy link
Member Author

I'll look more closely tomorrow: but matrix multiplication is only
associative, not commutative. And that's of course ignoring questions of
finite precison.

On Wednesday, May 20, 2015, Jueji Yang notifications@github.com wrote:

I have tried a quickcheck example here.
yangjueji/hblas@922bc16
yangjueji@922bc16

I am thinking about making it random on s/d/c/z.


Reply to this email directly or view it on GitHub
#33 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants