Equation System Solver.Evaluate Jacobian Method
Evaluates the Jacobian of the system of equations for the current point.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to output.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected Matrix<double> EvaluateJacobian(
Vector<double> input,
Matrix<double> output
)
Parameters
- input Vector<Double>
- A vector.
- output Matrix<Double>
- A real matrix that is to contain the computed Jacobian.
Return Value
Matrix<Double>A reference to output.