BoundedLeastSquaresGetJacobianSolution Method |
Returns the Jacobian at the approximate solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] GetJacobianSolution()
Public Function GetJacobianSolution As Double(,)
public:
array<double,2>^ GetJacobianSolution()
member GetJacobianSolution : unit -> float[,]
Return Value
Type:
Double
A mFunctions x nVariables
double matrix containing the
Jacobian at the approximate solution.
See Also