GenMinResResidualMethod Enumeration |
Residual updating methods.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum ResidualMethod
Public Enumeration ResidualMethod
public enum class ResidualMethod
Members
| Member name | Value | Description |
---|
| LinearAtRestartOnly | 1 | Indicates residual updating is to be done by linear combination
upon restarting only.
|
| LinearAtRestartAndTermination | 2 | Indicates residual updating is to be done by linear combination
upon restarting and at termination.
|
| DirectAtRestartOnly | 3 | Indicates residual updating is to be done by direct evaluation
upon restarting only.
|
| DirectAtRestartAndTermination | 4 | Indicates residual updating is to be done by direct evaluation
upon restarting and at termination.
|
See Also