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.
BlockedUnitRange
1 parent d8f82ad commit f6cb6aeCopy full SHA for f6cb6ae
src/blockaxis.jl
@@ -29,7 +29,7 @@ function _BlockedUnitRange end
29
30
is an `AbstractUnitRange{Int}` that has been divided
31
into blocks, and is used to represent axes of block arrays.
32
-Construction is typically via `blockrange` which converts
+Construction is typically via `blockedrange` which converts
33
a vector of block lengths to a `BlockedUnitRange`.
34
```jldoctest; setup = quote using BlockArrays end
35
julia> blockedrange([2,2,3])
0 commit comments