Computes the jacobian of this functional at the specified point.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public override void Jacobian( DoubleVector x, ref DoubleMatrix jac ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub Jacobian ( _ x As DoubleVector, _ ByRef jac As DoubleMatrix _ ) |
| Visual C++ |
|---|
public: virtual void Jacobian( DoubleVector^ x, DoubleMatrix^% jac ) override |
Parameters
- x
- Type: CenterSpace.NMath.Core..::.DoubleVector
The point at which to evaluate the jacobian.
- jac
- Type:
CenterSpace.NMath.Core..::.DoubleMatrix
%
Matrix in to which the jacobian will be written.
Remarks
For functionals the jacobian is the same as the gradient.