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

Add test cases for atlas-lapack egg #5

Open
ThatGeoGuy opened this issue Mar 18, 2015 · 0 comments
Open

Add test cases for atlas-lapack egg #5

ThatGeoGuy opened this issue Mar 18, 2015 · 0 comments

Comments

@ThatGeoGuy
Copy link
Contributor

As per issue #3 test cases need to be added to ensure that the LAPACK functions used by ATLAS can be called correctly, and produce the expected result. Moreover, these test cases will serve as example documentation for users in the future to see how each of the functions can be used in practice.

Ideally I would like to use the test and maybe even the test-generative eggs to create these tests, as single static asserts are not always the most intuitive way to run tests. Moreover, the test runners in the test/test-generative eggs provide much more informative output.

Care should also be taken to ensure complex-number functions (prefixed with z or c) also work, as they can be subtly different than real-number functions (prefixed with s or d) as evidenced by issues #3 and #2.

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

1 participant