Click or drag to resize
GenMinResResidualMethod Enumeration
Residual updating methods.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum ResidualMethod
Members
  Member nameValueDescription
LinearAtRestartOnly1 Indicates residual updating is to be done by linear combination upon restarting only.
LinearAtRestartAndTermination2 Indicates residual updating is to be done by linear combination upon restarting and at termination.
DirectAtRestartOnly3 Indicates residual updating is to be done by direct evaluation upon restarting only.
DirectAtRestartAndTermination4 Indicates residual updating is to be done by direct evaluation upon restarting and at termination.
See Also