IMSL C# Numerical Library

BoundedLeastSquares.GetJacobianSolution Method 

Returns the Jacobian at the approximate solution.

public double[,] GetJacobianSolution();

Return Value

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

See Also

BoundedLeastSquares Class | Imsl.Math Namespace