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

Add (col/row)support for Inv(Triangular) #332

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

DanielVandH
Copy link
Contributor

@DanielVandH DanielVandH commented Jul 3, 2024

Fixes #329 (the (col/row)support discussion anyway)

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.15%. Comparing base (8fc085d) to head (b19be93).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   94.14%   94.15%   +0.01%     
==========================================
  Files          17       17              
  Lines        3091     3097       +6     
==========================================
+ Hits         2910     2916       +6     
  Misses        181      181              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty merged commit 4fc9005 into JuliaArrays:master Jul 4, 2024
11 checks passed
dlfivefifty added a commit that referenced this pull request Jul 4, 2024
dlfivefifty added a commit that referenced this pull request Jul 4, 2024
@dlfivefifty
Copy link
Member

Oh wait. I accidentally merged this before realising it is in the banded matrix extension.

This should not be in an extension

@DanielVandH
Copy link
Contributor Author

Ah my bad. I thought that row/colsupport came from BandedMatrices but I see it comes from ArrayLayouts. InvLayout is from here. I'll make another PR.

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.

Issues with Layout of inv(Triangular{ApplyLayout})
2 participants