MultivariableFunctionSolverIterationResultsGetPerturbedResults Method |
Gets the
results of the
Function when the
variable
with the same
index in the
MultivariableFunctionSolver was perturbed for this iteration.
Note that this may return
if the Jacobian of the function that made these results was computed
analytically or if
index is higher than the number of variables in the function.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SolvableMultivariableFunctionResults GetPerturbedResults(
int index
)
Public Function GetPerturbedResults (
index As Integer
) As SolvableMultivariableFunctionResults
public:
SolvableMultivariableFunctionResults^ GetPerturbedResults(
int index
)
member GetPerturbedResults :
index : int -> SolvableMultivariableFunctionResults
Parameters
- index
- Type: SystemInt32
The index of the results to get.
Return Value
Type:
SolvableMultivariableFunctionResultsThe
Function when the
variable
with the same
index in the
MultivariableFunctionSolver was perturbed for this iteration.
See Also