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 47a5eb5 commit 760cf9cCopy full SHA for 760cf9c
src/blocksparsearrayinterface/map.jl
@@ -1,7 +1,7 @@
1
-using BlockArrays: blocks, eachstoredindex, undef_blocks
+using BlockArrays: blocks, undef_blocks
2
using DerivableInterfaces: @interface, AbstractArrayInterface, interface
3
using GPUArraysCore: @allowscalar
4
-using SparseArraysBase: SparseArrayDOK
+using SparseArraysBase: SparseArrayDOK, eachstoredindex
5
6
# TODO: Rewrite this so that it takes the blocking structure
7
# made by combining the blocking of the axes (i.e. the blocking that
0 commit comments