Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley authored Nov 10, 2023
1 parent 96c35c0 commit 1cbcdc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Nothing is in final form and I am changing the API, internal structures, exporte
- [Subtleties in the example](#a-few-subtleties-in-the-example)
- [Be Careful with Half Precision](#half-precision)
- [GMRES-IR](#gmres-ir)
- [Harvesting Iteration Statistics](#harvesting-iteration-statistics)
- [Dependencies](#dependencies)
- [Endorsement](#endorsement)
- [Funding](#funding)
Expand Down Expand Up @@ -318,6 +319,9 @@ julia> println(norm(b-A*z,Inf)/norm(b,Inf)," ",norm(b-A*y,Inf)/norm(b,Inf))
As you can see, the relative error and relative residual norms for GMRES-IR
are much smaller than for IR.

## Harvesting Iteration Statistics


## Dependencies

As of now you need to install these packages
Expand Down

0 comments on commit 1cbcdc3

Please sign in to comment.