Click or drag to resize

NewtonRaphsonMultivariableFunctionSolverComputeNextStep Method

Computes the next differential step that this differential corrector should take.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override MultivariableFunctionSolverStepResult<SolvableMultivariableFunctionResults, SolvableMultivariableFunctionDerivativeResults> ComputeNextStep(
	double[] variableValues,
	ITrackCalculationProgress progressTracker
)

Parameters

variableValues
Type: SystemDouble
The current values of the variables.
progressTracker
Type: AGI.FoundationITrackCalculationProgress
An optional progress tracker.

Return Value

Type: MultivariableFunctionSolverStepResultSolvableMultivariableFunctionResults, SolvableMultivariableFunctionDerivativeResults
The step that the variables should take in this iteration.
See Also