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 dot(x, A, y) for sparse matrices #1263

Merged
merged 5 commits into from
Oct 28, 2023

add tests for non-square matrices

4d17e80
Select commit
Loading
Failed to load commit list.
Merged

add dot(x, A, y) for sparse matrices #1263

add tests for non-square matrices
4d17e80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 28, 2023 in 0s

74.47% (-0.08%) compared to 787d345

View this Pull Request on Codecov

74.47% (-0.08%) compared to 787d345

Details

Codecov Report

Merging #1263 (4d17e80) into master (787d345) will decrease coverage by 0.08%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1263      +/-   ##
==========================================
- Coverage   74.55%   74.47%   -0.08%     
==========================================
  Files         346      346              
  Lines      111273   111320      +47     
==========================================
- Hits        82962    82910      -52     
- Misses      28311    28410      +99     
Files Coverage Δ
src/Sparse/Matrix.jl 71.44% <100.00%> (+1.84%) ⬆️

... and 26 files with indirect coverage changes