Skip to content

Commit 5966702

Browse files
authored
Update README.md
1 parent 07d25c1 commit 5966702

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A block array is a partition of an array into blocks or subarrays, see [wikipedi
66

77
Secondly, it also implements two different type of block arrays that follow the `AbstractBlockArray` interface. The type `BlockArray` stores each block contiguously while the type `PseudoBlockArray` stores the full matrix contiguously. This means that `BlockArray` supports fast non copying extraction and insertion of blocks while `PseudoBlockArray` supports fast access to the full matrix to use in in for example a linear solver.
88

9-
**Note:** Currently, a quite new build of julia master is needed to use this package.
10-
119
## Documentation
1210

1311
Documentation is built automatically with help from MkDocs on Travis CI and hosted by GitHub Pages.

0 commit comments

Comments
 (0)