Skip to content
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

Make cholesky work on v1.9 #276

Merged
merged 3 commits into from
Nov 2, 2022
Merged

Make cholesky work on v1.9 #276

merged 3 commits into from
Nov 2, 2022

Conversation

dkarrasch
Copy link
Member

JuliaLang/julia#47063 "broke" cholesky of banded matrices, as it uses 3-arg similar for the copy. This fixes it.

It also includes some clean-up about which methods are only used and which ones are overloaded.

@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@afdd8a2). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #276   +/-   ##
=========================================
  Coverage          ?   80.50%           
=========================================
  Files             ?       22           
  Lines             ?     3258           
  Branches          ?        0           
=========================================
  Hits              ?     2623           
  Misses            ?      635           
  Partials          ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@dlfivefifty dlfivefifty merged commit 2be9122 into master Nov 2, 2022
@dlfivefifty dlfivefifty deleted the dk/chol branch November 2, 2022 21:55
@dkarrasch dkarrasch mentioned this pull request Jan 2, 2023
6 tasks
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.

2 participants