Click or drag to resize

DoubleMultiVariableFunctionJacobian(Double) Method

Evaluates the Jacobian of the function at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual double[] Jacobian(
	double[] x
)

Parameters

x  Double
The point to evaluate the Jacobain at.

Return Value

Double
See Also