Skip to content

SymTridiagonal support for cholesky #140

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 3 commits into from
Jun 28, 2023
Merged

SymTridiagonal support for cholesky #140

merged 3 commits into from
Jun 28, 2023

Conversation

TSGut
Copy link
Contributor

@TSGut TSGut commented Jun 21, 2023

Fix #124

Makes cholesky accept SymTridiagonal.

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (4240f39) 79.88% compared to head (cc262d2) 79.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   79.88%   79.90%   +0.01%     
==========================================
  Files          11       11              
  Lines        1407     1408       +1     
==========================================
+ Hits         1124     1125       +1     
  Misses        283      283              
Impacted Files Coverage Δ
src/infcholesky.jl 97.36% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TSGut
Copy link
Contributor Author

TSGut commented Jun 21, 2023

@dlfivefifty Ready for merge or review.

@dlfivefifty dlfivefifty merged commit cf9d9dd into JuliaLinearAlgebra:master Jun 28, 2023
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.

Infinite Cholesky decomposition fails for SymTridiagonal
2 participants