NumericallyComputedMultivariableFunctionDerivativeResults Class |
Namespace: AGI.Foundation.NumericalMethods
The NumericallyComputedMultivariableFunctionDerivativeResults type exposes the following members.
Name | Description | |
---|---|---|
NumericallyComputedMultivariableFunctionDerivativeResults |
Initializes a new instance.
|
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.) |
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Inherited from SolvableMultivariableFunctionDerivativeResults.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |