NumericallyComputedMultivariableFunctionDerivativeResults Properties |
The NumericallyComputedMultivariableFunctionDerivativeResults type exposes the following members.
Name | Description | |
---|---|---|
DifferenceMethod |
Gets which difference method was used to compute these results.
| |
FunctionResultsUsedToComputeDerivative |
Gets the results of the function that were computed at the perturbed values of the variables.
| |
Jacobian |
Gets the evaluated Jacobian.
(Inherited from SolvableMultivariableFunctionDerivativeResults.) | |
ValidPerturbations |
Gets a value indicating whether the perturbations are valid. If they are not then consider halting whatever operation
is evaluating these results.
| |
Value |
Gets the results of the function at the nominal values of the variables.
| |
Variables |
Gets the variables that the Jacobian was evaluated at.
(Inherited from SolvableMultivariableFunctionDerivativeResults.) |