Skip to content

Remove unnecessary overloads - #27

Open
cvsvensson wants to merge 1 commit into
JuliaLinearAlgebra:mainfrom
cvsvensson:remove-unnecessary-overloads
Open

Remove unnecessary overloads#27
cvsvensson wants to merge 1 commit into
JuliaLinearAlgebra:mainfrom
cvsvensson:remove-unnecessary-overloads

Conversation

@cvsvensson

Copy link
Copy Markdown

Addition and subtraction of LowRankMatrix and Matrix is overloaded, but as far as I can tell, these are unnecessary and result in extra allocations. This PR just removes these.

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.31%. Comparing base (fe8afd3) to head (8ee9e05).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   77.98%   74.31%   -3.67%     
==========================================
  Files           2        2              
  Lines         109      109              
==========================================
- Hits           85       81       -4     
- Misses         24       28       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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