Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAment authored May 12, 2022
1 parent a0b0873 commit 5fca306
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 @@ -38,7 +38,7 @@ using UpdatableCholeskyFactorizations
# setting up
n = 128
m = 16
A_full = randn(elty, 2n, 2n)
A_full = randn(2n, 2n)
A_full = A_full'A_full
A = @view A_full[1:n, 1:n]
a = @view A_full[1:n+1, n+1]
Expand Down

0 comments on commit 5fca306

Please sign in to comment.