The type of numerical differentiation to be used.
An int
scalar value specifying the type of numerical differentiation to be used. By default, DifferentiationType
is set to 1.
Value | Action |
---|---|
1 | Use a forward difference quotient with discretization stepsize componentwise relative. This is the default value used. |
2 | Use the symmetric difference quotient with discretization stepsize componentwise relative. |
3 | Use the sixth order approximation computing a Richardson extrapolation of three symmetric difference quotient values. This uses a discretization stepsize . |
Exception Type | Condition |
---|---|
ArgumentException | is thrown if DifferentiationType is set to a value less than or equal to 0, or greater than or equal to 4 |
MinConNLP Class | Imsl.Math Namespace