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 c3a0d5d commit 0f7f884Copy full SHA for 0f7f884
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, as))
+ return ∪(map(eachblockstoredindex, as)...)
19
end
20
21
function map_blockwise!(f, a_dest::AbstractArray, a_srcs::AbstractArray...)
0 commit comments