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

Bd/sparse gauss #1606

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Bd/sparse gauss #1606

wants to merge 19 commits into from

Conversation

BD-00
Copy link
Contributor

@BD-00 BD-00 commented Sep 16, 2024

Structured Gaussian elimination to compute kernel over sparse matrices.
Currently divided into a field and a ring version, work still in progress.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 0.17498% with 1141 lines in your changes missing coverage. Please review.

Project coverage is 75.20%. Comparing base (5d2ba17) to head (d1f0480).

Files with missing lines Patch % Lines
src/Sparse/StructuredGauss.jl 0.00% 481 Missing ⚠️
src/Sparse/ZZStructuredGauss.jl 0.00% 362 Missing ⚠️
src/Sparse/sparse_row_echelon.jl 0.00% 298 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1606      +/-   ##
==========================================
- Coverage   75.93%   75.20%   -0.73%     
==========================================
  Files         362      365       +3     
  Lines      114328   115470    +1142     
==========================================
+ Hits        86812    86839      +27     
- Misses      27516    28631    +1115     
Files with missing lines Coverage Δ
src/Sparse/Matrix.jl 71.46% <100.00%> (ø)
src/Sparse/sparse_row_echelon.jl 0.00% <0.00%> (ø)
src/Sparse/ZZStructuredGauss.jl 0.00% <0.00%> (ø)
src/Sparse/StructuredGauss.jl 0.00% <0.00%> (ø)

... and 29 files with indirect coverage changes

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