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.
blocks(...)
1 parent b167ede commit f17d1b5Copy full SHA for f17d1b5
src/blocks.jl
@@ -7,7 +7,7 @@ Return the array-of-arrays view to `a` such that
7
blocks(a)[i₁, i₂, ..., iₙ] == a[Block(i₁), Block(i₂), ..., Block(iₙ)]
8
```
9
10
-This function does not copy the blocks and give a mutable viwe to the original
+This function does not copy the blocks and give a mutable view to the original
11
array. This is an "inverse" of [`mortar`](@ref).
12
13
# Examples
0 commit comments