Click or drag to resize

OneVariableFunctionFitterMCurveFitResidualFunctionJacobian(DoubleVector, DoubleMatrix) Method

Evaluates the jacobian of the residual function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void Jacobian(
	DoubleVector parameters,
	ref DoubleMatrix jac
)

Parameters

parameters  DoubleVector
The point at which to evaluate the jacobian.
jac  DoubleMatrix
On input jac must be allocated to the correct size. On output the contents of jac are overwritten with the jacobian values.
See Also