| Variable | Meaning | Value |
|---|---|---|
| none | compute and use only as needed by the method | 0 |
| none | compute b - Ax and errt each time a new iterate is obtained and use as appropriate for the method | 1 |
| none | replace r with b - Ax every MAX(10, |
2 |
| none | compute b - Ax every iteration, but only
replace r with b - Ax every MAX(10, |
3 |