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

Faster istriu/istril/isdiag for AbstractToeplitz #88

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented May 26, 2023

Also enforces 1-based indexing for the wrapped vectors, which seems to have been assumed in the package.

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Patch coverage: 92.00% and project coverage change: -0.36 ⚠️

Comparison is base (49bde1d) 94.98% compared to head (530e9b2) 94.63%.

❗ Current head 530e9b2 differs from pull request most recent head eebd4be. Consider uploading reports for the commit eebd4be to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   94.98%   94.63%   -0.36%     
==========================================
  Files           7        7              
  Lines         798      801       +3     
==========================================
  Hits          758      758              
- Misses         40       43       +3     
Impacted Files Coverage Δ
src/ToeplitzMatrices.jl 91.66% <81.81%> (-0.65%) ⬇️
src/hankel.jl 93.75% <100.00%> (-2.41%) ⬇️
src/special.jl 98.63% <100.00%> (-0.67%) ⬇️
src/toeplitz.jl 97.59% <100.00%> (+0.05%) ⬆️

... and 1 file with indirect coverage changes

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

@jishnub jishnub merged commit 63c9ae4 into JuliaLinearAlgebra:master Jun 5, 2023
@jishnub jishnub deleted the istriul branch June 5, 2023 13:55
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.

1 participant