diff --git a/README.md b/README.md index d5f9c9a2..a4dc054b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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