Returns the Jacobian at the approximate solution.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[,] GetJacobianSolution()
Visual Basic (Declaration)
Public Function GetJacobianSolution As Double(,)
Visual C++
public:
array<double,2>^ GetJacobianSolution()

Return Value

A mFunctions x nVariables double matrix containing the Jacobian at the approximate solution.

See Also