IMSL C# Numerical Library

GenMinRes.ResidualUpdating Property

The residual updating method to be used.

public GenMinRes.ResidualMethod ResidualUpdating {get; set;}

Property Value

A ResidualMethod value specifying the residual updating method to be used.

Remarks

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.

By default, ResidualUpdating is set to LinearAtRestartOnly.

See Also

GenMinRes Class | Imsl.Math Namespace