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

Specialized dot(u, D::Diagonal{<:Any,<:Union{Ones,Fill}}, v) #138

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

jagot
Copy link
Contributor

@jagot jagot commented Feb 19, 2021

This provides fall-throughs such as dot(u, Diagonal(Ones(5)), v) = dot(u, v).

@codecov
Copy link

codecov bot commented Feb 19, 2021

Codecov Report

Merging #138 (edcc282) into master (708b830) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   95.57%   95.65%   +0.07%     
==========================================
  Files           4        4              
  Lines         520      529       +9     
==========================================
+ Hits          497      506       +9     
  Misses         23       23              
Impacted Files Coverage Δ
src/FillArrays.jl 94.23% <ø> (ø)
src/fillalgebra.jl 99.31% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 708b830...fd53380. Read the comment docs.

@dlfivefifty dlfivefifty merged commit e29f045 into JuliaArrays:master Feb 19, 2021
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.

2 participants