Click or drag to resize
GenMinResResidualUpdating Property
The residual updating method to be used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public GenMinResResidualMethod ResidualUpdating { get; set; }

Property Value

Type: GenMinResResidualMethod
A ResidualMethod value specifying the residual updating method to be used.
Remarks

ResidualMethodUpdating 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