The residual updating method to be used.
A ResidualMethod
value specifying the residual updating method to be used.
ResidualMethod |
Updating Method Used |
---|---|
LinearAtRestartOnly |
Update by linear combination upon restarting only. This is the default value used. |
LinearAtRestartAndTermination |
Update by linear combination upon restarting and at termination. |
DirectAtRestartOnly |
Update by direct evaluation upon restarting only. |
DirectAtRestartAndTermination |
Update by direct evaluation upon restarting and at termination. |
ResidualUpdating
is set to LinearAtRestartOnly
. GenMinRes Class | Imsl.Math Namespace