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

Switch to stdlib_svd + minor typo corrections. #96

Merged
merged 2 commits into from
Jun 15, 2024
Merged

Switch to stdlib_svd + minor typo corrections. #96

merged 2 commits into from
Jun 15, 2024

Conversation

loiseaujc
Copy link
Member

LightKrylov now makes use of stdlib_svd rather than our own wrapper.
Minor issue is that it doesn't work if A is of size 1 x 1. See here for more details. It's not big deal, we simply need a couple of if (k>1) here and there. That will do for the moment, hoping that this LAPACK issue (not stdlib) is resolved at some point.

@loiseaujc loiseaujc changed the title Switch to + minor typo corrections. Switch to stdlib_svd + minor typo corrections. Jun 14, 2024
@loiseaujc loiseaujc merged commit beffa01 into dev Jun 15, 2024
1 check failed
@loiseaujc loiseaujc deleted the stdlib_svd branch June 15, 2024 20:21
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

Successfully merging this pull request may close these issues.

2 participants