Click or drag to resize

DoubleFunctionalJacobian(DoubleVector, DoubleMatrix) Method

Computes the jacobian of this functional at the specified point.

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

Parameters

x  DoubleVector
The point at which to evaluate the jacobian.
jac  DoubleMatrix
Matrix in to which the jacobian will be written.
Remarks
For functionals the jacobian is the same as the gradient.
See Also