Skip to content

Make symtriUpper! rely on a QL style algorithm instead of an LQ style algorithm #152

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andreasnoack
Copy link
Member

This allows for working on columns instead of rows of the matrix which is faster. Also, simplify the implementations to rely on exsiting linear algebra routines. This also fixed a bug.

Remove the AbstractMatrix sybtyping of EigenQ in alignment with the changes to LinearAlgebra.

@andreasnoack andreasnoack changed the title Make symtriUpper! rely on a QL style algorithm instead of a transposed LQ Make symtriUpper! rely on a QL style algorithm instead of an LQ style algorithm Apr 23, 2025
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

Attention: Patch coverage is 97.29730% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.55%. Comparing base (4d42e81) to head (5be6778).

Files with missing lines Patch % Lines
src/eigenSelfAdjoint.jl 97.29% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
- Coverage   91.72%   91.55%   -0.17%     
==========================================
  Files          10       10              
  Lines        1547     1516      -31     
==========================================
- Hits         1419     1388      -31     
  Misses        128      128              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreasnoack andreasnoack force-pushed the an/fixsymtri branch 2 times, most recently from f4b5d36 to 54b2790 Compare April 26, 2025 18:47
…d LQ

This allows for working on columns instead of rows of the matrix
which is faster. Also, simplify the implementations to rely on
exsiting linear algebra routines. This also fixed a bug.

Remove the AbstractMatrix sybtyping of EigenQ in alignment with the
changes to LinearAlgebra.
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.

1 participant