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

BDSQR workspace does not take into account fallback into LASQ1 #996

Open
dklyuchinskiy opened this issue Mar 12, 2024 · 0 comments
Open

Comments

@dklyuchinskiy
Copy link
Contributor

BDSQR workspace does not take into account fallback into LASDQ1

After PR #234 and PR #989 workspace of BDSQR has been changed from 4 * N to 4 * (N - 1).

But this new value is not enough to run LASDQ1 in case when no singular values is desired. LASQ1 and, consequently, LASQ2 strongly requires 4 * N memory.

image

I have already caught segmentation fault in this case. Documentation should be fixed one more time to take into account ( .NOT. ROTATE ) branch.

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

No branches or pull requests

1 participant