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

singular values #17

Closed
tyronerees opened this issue Mar 1, 2019 · 2 comments · Fixed by #33
Closed

singular values #17

tyronerees opened this issue Mar 1, 2019 · 2 comments · Fixed by #33
Assignees
Labels

Comments

@tyronerees
Copy link
Member

tyronerees commented Mar 1, 2019

The svd is computed, but is never used except to print to the screen. Is this still needed? If not, remove.

Return status (svdstatus) from get_svd_j is not checked.
There is no logic to handle svdstatus/=0.

Is it possible to remove altogether this routine and associated code?

Remove w%smallest_sv %largest_sv as well as
inform%smallest_sv %largest_sv

@tyronerees tyronerees self-assigned this Mar 1, 2019
@tyronerees
Copy link
Member Author

I've looked at the code, and I'm pretty sure this can be removed -- I've done this locally without any adverse affects on the test deck. I think I'll keep this local for now, though (until PR #18 is merged into master) as it will only take five minutes to do, but will probably create a mess of merge conflicts that will be horrible to resolve.

@talassio
Copy link
Collaborator

talassio commented Apr 2, 2019 via email

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

Successfully merging a pull request may close this issue.

2 participants