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

Checking whether the Sparse SVD is supported by Octave is broken #45

Open
davidjurgens opened this issue Aug 10, 2013 · 0 comments
Open
Assignees
Milestone

Comments

@davidjurgens
Copy link
Collaborator

SVD.isOctaveSupported() works by calling octave, but doesn't check whether svds or eigs are available, which is necessary.

For now, the unit test is set to @ignore, but the functionality needs to be fixed and incorporated.

Also, the SingularValueDecomposition interface should probably be retrofitted to add an isAvailable() method that does all of this resource checking rather than pushing into the static-method based SVD class.

@ghost ghost assigned davidjurgens Aug 10, 2013
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