Click or drag to resize

MultivariableFunctionEvaluationAndDerivativeResultsTResults, TDerivativeResults Constructor (TResults, TDerivativeResults)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MultivariableFunctionEvaluationAndDerivativeResults(
	TResults value,
	TDerivativeResults firstDerivative
)

Parameters

value
Type: TResults
The results from the evaluation of the SolvableMultivariableFunction.
firstDerivative
Type: TDerivativeResults
The derivative results from the evaluation of the SolvableMultivariableFunction.
See Also