Skip to content

Commit e60c428

Browse files
committed
Update README.md
1 parent 4852432 commit e60c428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This README will first provide an overview over the `BlockArray` type and then l
88

99
**Note:** Currently, a quite new build of julia master is needed to use this package.
1010

11-
### Creating uninitialized `BlockArrays`.
11+
### Creating uninitialized `BlockArrays`
1212

1313
A `BlockArray` can be created with the blocks left uninitialized using the `BlockArray(block_type, block_sizes...)` function.
1414
The `block_type` should be an array type, it could for example be `Matrix{Float64}`. The block sizes are each a `Vector{Int}` which determines the size of the blocks in that dimension. We here create a `[1,2]×[3,2]` block matrix of `Float32`s:

0 commit comments

Comments
 (0)