Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Mar 12, 2019
1 parent d78f166 commit d612cc8
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 @@ -74,7 +74,7 @@ julia> factorize!(Mf, M) # only Mf.B is updated
```
If you want to update the real-valued factors too, use
```julia
julia> factorize!(Mf, M, update_factors=true) # only Mf.B is updated
julia> factorize!(Mf, M, update_factors=true) # Mf.B and Mf.Af are updated
```

## Citation
Expand Down

0 comments on commit d612cc8

Please sign in to comment.