Click or drag to resize
BoundedLeastSquaresGetJacobianSolution Method
Returns the Jacobian at the approximate solution.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] GetJacobianSolution()

Return Value

Type: Double
A mFunctions x nVariables double matrix containing the Jacobian at the approximate solution.
See Also