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

Specialize triu/tril for toeplitz matrix types #123

Merged
merged 8 commits into from
Jan 8, 2024
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jan 2, 2024

This specializes the out-of-place functions to ensure that they return AbstractToeplitz types. Also addresses some issues with indexing.

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d47002) 95.25% compared to head (16ede6a) 95.59%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   95.25%   95.59%   +0.33%     
==========================================
  Files           9        9              
  Lines         948      953       +5     
==========================================
+ Hits          903      911       +8     
+ Misses         45       42       -3     

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

@jishnub jishnub merged commit 8006e93 into master Jan 8, 2024
15 checks passed
@jishnub jishnub deleted the jishnub/triul branch January 8, 2024 04:37
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.

None yet

1 participant