Click or drag to resize

SolvableMultivariableFunctionDerivativeResults Constructor (Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SolvableMultivariableFunctionDerivativeResults(
	double[] variables,
	double[,] jacobian
)

Parameters

variables
Type: SystemDouble
The variables that the functions derivative was evaluated at.
jacobian
Type: SystemDouble
The Jacobian of the function evaluated at the variables.
See Also