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 b8aa0cd commit 5affd8dCopy full SHA for 5affd8d
src/blocksparsearray/blocksparsearray.jl
@@ -17,7 +17,9 @@ using SparseArraysBase: SparseArrayDOK
17
Construct the block structure of an undefined BlockSparseArray that will have
18
blocked axes `axes`.
19
20
-See also: [`undef_blocks`](@ref BlockArrays.undef_blocks)`
+Note that `undef_blocks` is defined in
21
+[BlockArrays.jl](https://juliaarrays.github.io/BlockArrays.jl/stable/lib/public/#BlockArrays.undef_blocks)
22
+and should be imported from that package to use it as an input to this constructor.
23
"""
24
function SparseArraysBase.SparseArrayDOK{T,N}(
25
::UndefBlocksInitializer, ax::Tuple{Vararg{AbstractUnitRange{<:Integer},N}}
0 commit comments