Residual updating methods.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum ResidualMethod |
Visual Basic (Declaration) |
---|
Public Enumeration ResidualMethod |
Visual C++ |
---|
public enum class ResidualMethod |
Members
Member name | Description | |
---|---|---|
LinearAtRestartOnly | Indicates residual updating is to be done by linear combination
upon restarting only.
| |
LinearAtRestartAndTermination | Indicates residual updating is to be done by linear combination
upon restarting and at termination.
| |
DirectAtRestartOnly | Indicates residual updating is to be done by direct evaluation
upon restarting only.
| |
DirectAtRestartAndTermination | Indicates residual updating is to be done by direct evaluation
upon restarting and at termination.
|