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 ee31d8b commit 9061d9cCopy full SHA for 9061d9c
src/abstractblocksparsearray/map.jl
@@ -62,7 +62,7 @@ end
62
# is used to determine `union_stored_blocked_cartesianindices(...)`).
63
# `reblock` is a partial solution to that, but a bit ad-hoc.
64
# TODO: Move to `blocksparsearrayinterface/map.jl`.
65
-## TODO: Make this an `@interface AbstractBlockSparseArray` function.
+## TODO: Make this an `@interface AbstractBlockSparseArrayInterface` function.
66
function sparse_map!(
67
::BlockSparseArrayStyle, f, a_dest::AbstractArray, a_srcs::Vararg{AbstractArray}
68
)
0 commit comments