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 3e0c3ce commit c3a0d5dCopy full SHA for c3a0d5d
src/blocksparsearrayinterface/map.jl
@@ -15,7 +15,7 @@ end
15
16
# Find the common stored blocks, assuming the block structures are the same.
17
function union_eachblockstoredindex(as::AbstractArray...)
18
- return ∪(map(eachblockstoredindex, (a_dest, a_srcs...))...)
+ return ∪(map(eachblockstoredindex, as))
19
end
20
21
function map_blockwise!(f, a_dest::AbstractArray, a_srcs::AbstractArray...)
0 commit comments