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 some triangular ring solver and asymptotically fast generics #1490

Merged
merged 7 commits into from
Dec 1, 2023

fix typo

e57a516
Select commit
Loading
Failed to load commit list.
Merged

add some triangular ring solver and asymptotically fast generics #1490

fix typo
e57a516
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 1, 2023 in 1s

86.95% (-0.17%) compared to 7f1b2f2

View this Pull Request on Codecov

86.95% (-0.17%) compared to 7f1b2f2

Details

Codecov Report

Attention: 86 lines in your changes are missing coverage. Please review.

Comparison is base (7f1b2f2) 87.11% compared to head (e57a516) 86.95%.
Report is 2 commits behind head on master.

❗ Current head e57a516 differs from pull request most recent head 1d6093b. Consider uploading reports for the commit 1d6093b to get more accurate results

Files Patch % Lines
src/Matrix.jl 20.31% 51 Missing ⚠️
src/Matrix-Strassen.jl 79.28% 35 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1490      +/-   ##
==========================================
- Coverage   87.11%   86.95%   -0.17%     
==========================================
  Files         112      113       +1     
  Lines       28786    29023     +237     
==========================================
+ Hits        25078    25236     +158     
- Misses       3708     3787      +79     

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