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

Forgotten throw() in SingularValueDecompositionMatlab.factorize() [line 157] #27

Closed
N2D2 opened this issue Nov 12, 2012 · 1 comment
Closed

Comments

@N2D2
Copy link

N2D2 commented Nov 12, 2012

Hi, in the old matlabSVDS-function in the SVD class returns U,S and V in a Matrix-Array. So it is no problem, that a UnsupportedOperationException( "Matlab svds is not correctly installed on this system"); is thrown at the end, because the Array is returned before.
In the new code the matlabSVDS is changed to the factorize-function in the SingularValueDecompositionMatlab class. And this function returns nothing, but at the last line the same Exception is thrown, so every call of this function ends in an exception.

@fozziethebeat
Copy link
Owner

Fixed. Please do a pull from the master.

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