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 4ddb504 commit 90ef213Copy full SHA for 90ef213
src/blocksizes.jl
@@ -2,7 +2,7 @@
2
# BlockSizes #
3
##############
4
5
-# Keeps track of the (cumulutative) sizes of all the blocks in the `BlockArray`.
+# Keeps track of the (cumulative) sizes of all the blocks in the `BlockArray`.
6
immutable BlockSizes{N}
7
cumul_sizes::NTuple{N, Vector{Int}}
8
# Takes a tuple of sizes, accumulates them and create a `BlockSizes`
0 commit comments