We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbee0b0 commit 1fc48eaCopy full SHA for 1fc48ea
src/calculus/BroadCast.jl
@@ -91,7 +91,7 @@ end
91
92
#singleton Eye
93
function Ac_mul_B!(y::CC, R::BroadCast{N,L,T,D,0}, b::DD) where {N,L<:Eye,T,D,CC,DD}
94
- y .= sum(b)
+ sum!(y,b)
95
end
96
97
# Properties
0 commit comments