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 0812e79 commit c84a348Copy full SHA for c84a348
src/BlockSparseArrays.jl
@@ -2,7 +2,7 @@ module BlockSparseArrays
2
include("BlockArraysExtensions/BlockArraysExtensions.jl")
3
include("blocksparsearrayinterface/blocksparsearrayinterface.jl")
4
include("blocksparsearrayinterface/linearalgebra.jl")
5
-include("blocksparsearrayinterface/blockzero.jl")
+include("blocksparsearrayinterface/getunstoredblock.jl")
6
include("blocksparsearrayinterface/broadcast.jl")
7
include("blocksparsearrayinterface/map.jl")
8
include("blocksparsearrayinterface/arraylayouts.jl")
src/blocksparsearrayinterface/blockzero.jl renamed to src/blocksparsearrayinterface/getunstoredblock.jl
0 commit comments