Skip to content

Commit 5affd8d

Browse files
committed
Update docs
1 parent b8aa0cd commit 5affd8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/blocksparsearray/blocksparsearray.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ using SparseArraysBase: SparseArrayDOK
1717
Construct the block structure of an undefined BlockSparseArray that will have
1818
blocked axes `axes`.
1919
20-
See also: [`undef_blocks`](@ref BlockArrays.undef_blocks)`
20+
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.
2123
"""
2224
function SparseArraysBase.SparseArrayDOK{T,N}(
2325
::UndefBlocksInitializer, ax::Tuple{Vararg{AbstractUnitRange{<:Integer},N}}

0 commit comments

Comments
 (0)