GenMinResResidualUpdating Property |
The residual updating method to be used.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public GenMinResResidualMethod ResidualUpdating { get; set; }
Public Property ResidualUpdating As GenMinResResidualMethod
Get
Set
public:
property GenMinResResidualMethod ResidualUpdating {
GenMinResResidualMethod get ();
void set (GenMinResResidualMethod value);
}
member ResidualUpdating : GenMinResResidualMethod with get, set
Property Value
Type:
GenMinResResidualMethod
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