Skip to content

switch Hessenberg types to standard LinearAlgebra ones#172

Merged
andreasnoack merged 7 commits intoJuliaLinearAlgebra:masterfrom
araujoms:hessenberg
Mar 24, 2026
Merged

switch Hessenberg types to standard LinearAlgebra ones#172
andreasnoack merged 7 commits intoJuliaLinearAlgebra:masterfrom
araujoms:hessenberg

Conversation

@araujoms
Copy link
Contributor

Closes #168, closes #84.

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.73%. Comparing base (5cad8f2) to head (21fd808).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   96.70%   95.73%   -0.97%     
==========================================
  Files          11       11              
  Lines        1547     1524      -23     
==========================================
- Hits         1496     1459      -37     
- Misses         51       65      +14     

☔ 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 merged commit dc72139 into JuliaLinearAlgebra:master Mar 24, 2026
7 of 8 checks passed
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.

hessenberg(A).H should return a LinearAlgebra.UpperHessenberg object HessenbergFactorization does not have property Q

2 participants