Indicates which step control method is used in the integration of the
Feynman-Kac PDE.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum PDEStepControlMethod |
Visual Basic (Declaration) |
---|
Public Enumeration PDEStepControlMethod |
Visual C++ |
---|
public enum class PDEStepControlMethod |
Members
Member name | Description | |
---|---|---|
MethodOfSoederlind |
Indicates that the step control method by Soederlind is used in the integration.
| |
MethodOfPetzold |
Indicates that the step control algorithm of the original Petzold code is used
in the integration.
|