Evaluates the jacobian of the residual function.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public override void Jacobian( DoubleVector parameters, ref DoubleMatrix jac ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub Jacobian ( _ parameters As DoubleVector, _ ByRef jac As DoubleMatrix _ ) |
| Visual C++ |
|---|
public: virtual void Jacobian( DoubleVector^ parameters, DoubleMatrix^% jac ) override |
Parameters
- parameters
- Type: CenterSpace.NMath.Core..::.DoubleVector
The point at which to evaluate the jacobian.
- jac
- Type:
CenterSpace.NMath.Core..::.DoubleMatrix
%
On input jac must be allocated to the correct size. On output the contents of jac are overwritten with the jacobian values.