Skip to content

Commit

Permalink
Merge pull request #40 from haampie/fix-readme
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dlfivefifty authored Nov 4, 2017
2 parents 289f471 + 72bcf3b commit 20c3f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Currently, only column-major ordering is supported: a banded matrix `B`
is represented as a `BandedMatrix` with a field `B.data` representing the matrix as
```julia
[ * a_12 a_23 a_34
a_11 a_22 a_33 a_43
a_11 a_22 a_33 a_44
a_21 a_32 a_43 *
a_31 a_42 * * ]
```
Expand Down

0 comments on commit 20c3f64

Please sign in to comment.