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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: