Skip to content

Implement ldlt for Hermitian#169

Merged
andreasnoack merged 1 commit into
masterfrom
an/ldlt
Dec 25, 2025
Merged

Implement ldlt for Hermitian#169
andreasnoack merged 1 commit into
masterfrom
an/ldlt

Conversation

@andreasnoack

Copy link
Copy Markdown
Member

Closes #87

@codecov

codecov Bot commented Dec 25, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 83.00000% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.66%. Comparing base (38a7bdb) to head (68e7ec9).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/ldlt.jl 81.52% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   96.56%   95.66%   -0.90%     
==========================================
  Files          10       11       +1     
  Lines        1455     1547      +92     
==========================================
+ Hits         1405     1480      +75     
- Misses         50       67      +17     

☔ 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 65c4f82 into master Dec 25, 2025
6 of 8 checks passed
@andreasnoack andreasnoack deleted the an/ldlt branch December 25, 2025 23:03
@mschauer

mschauer commented Jan 6, 2026

Copy link
Copy Markdown
Member

Nice, thank you!

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.

Generic LDL' factorization

2 participants