Skip to content

Return the eigendecomposition spectrum as an unmatricized array - #223

Merged
mtfishman merged 2 commits into
mainfrom
mf/eig-unmatricize-diagonal
Aug 19, 2026
Merged

Return the eigendecomposition spectrum as an unmatricized array#223
mtfishman merged 2 commits into
mainfrom
mf/eig-unmatricize-diagonal

Conversation

@mtfishman

Copy link
Copy Markdown
Member

Summary

eig_full/eigh_full (and the _trunc variants) now unmatricize the spectrum D back to the array type, as svd_* already does for S. Previously D was returned as a bare matrix, inconsistent with the other factors.

`eig_full`/`eigh_full` (and the `_trunc` variants) now unmatricize the spectrum `D` back to the array type, as `svd_*` already does for `S`. Previously `D` was returned as a bare matrix, inconsistent with the other factors.
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.86%. Comparing base (8ae1d40) to head (a57539c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #223      +/-   ##
==========================================
- Coverage   80.05%   79.86%   -0.20%     
==========================================
  Files          28       28              
  Lines        1038     1038              
==========================================
- Hits          831      829       -2     
- Misses        207      209       +2     
Flag Coverage Δ
docs 21.89% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@mtfishman
mtfishman enabled auto-merge (squash) August 19, 2026 01:14
@mtfishman
mtfishman merged commit 4360ee3 into main Aug 19, 2026
20 of 21 checks passed
@mtfishman
mtfishman deleted the mf/eig-unmatricize-diagonal branch August 19, 2026 01:37
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