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

steqr #189

Merged
merged 3 commits into from
Jul 14, 2024
Merged

steqr #189

merged 3 commits into from
Jul 14, 2024

Conversation

mgates3
Copy link
Collaborator

@mgates3 mgates3 commented Jun 26, 2024

steqr: Symmetric Tridiagonal Eigenvalues & vectors using the implicit QR iteration algorithm.

Replaces ScaLAPACK's Fortran [sdcz]steqr2.f with a templated C++ version, steqr_impl.cc. There's a high-level SLATE wrapper around it in steqr.cc. Being templated, this adds the lookahead that was in the [cz]steqr2 to the real versions, which noticeably improves performance, although D&C is still much faster.

Also renamed from steqr2 to steqr. The only reason ScaLAPACK used steqr2 was to avoid the name collision with LAPACK. SLATE inherently doesn't have a name collision.

@mgates3 mgates3 added the Draft label Jun 27, 2024
@mgates3 mgates3 force-pushed the steqr branch 2 times, most recently from f9eff5b to 921b460 Compare July 1, 2024 16:14
@mgates3 mgates3 merged commit 0e6f2d7 into icl-utk-edu:master Jul 14, 2024
8 checks passed
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 this pull request may close these issues.

1 participant