Skip to content

Cleanup and generalize functions of Hermitian matrices #1340

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

Merged
merged 5 commits into from
May 13, 2025

Conversation

araujoms
Copy link
Collaborator

@araujoms araujoms commented May 7, 2025

This mostly removes duplicated code. The only intentional change is to allow matrix functions to apply to any Hermitian matrix, as opposed to only Hermitian{<:Complex}. This allows them to work for matrices of quaternions, for example.

@araujoms araujoms changed the title Cleanup and generalize functions of Hermitian matrix Cleanup and generalize functions of Hermitian matrices May 7, 2025
Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.77%. Comparing base (7f354f4) to head (69ddee8).
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1340      +/-   ##
==========================================
+ Coverage   93.75%   93.77%   +0.02%     
==========================================
  Files          34       34              
  Lines       15778    15738      -40     
==========================================
- Hits        14792    14758      -34     
+ Misses        986      980       -6     

☔ 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.

@ViralBShah
Copy link
Member

@araujoms Can I invite you to have commit access to the repo (if you don't already have it)?

@araujoms
Copy link
Collaborator Author

araujoms commented May 7, 2025

Sure, that would be nice, thanks! (no, I don't have it)

@araujoms araujoms merged commit 611395d into JuliaLang:master May 13, 2025
4 checks passed
jishnub added a commit that referenced this pull request May 13, 2025
jishnub added a commit that referenced this pull request May 13, 2025
…" (#1357)

This reverts commit 611395d.

Unfortunately, this PR introduced some method ambiguities that weren't
caught by the CI, as the ambiguity test was broken. After the fix in
#1349, this now causes test failures on master
(https://buildkite.com/julialang/linearalgebra-dot-jl/builds/740#0196c86e-2d8c-42c2-b9ae-a2143427f43e).

Please re-land the PR after fixing the ambiguities.

CC: @araujoms
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.

3 participants