Equation System Solver.Jacobian Matrix Property
Gets the Jacobian matrix 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 real matrix that represents the current value of the Jacobian matrix of the system of equations.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected Matrix<double> JacobianMatrix { get; set; }
Property Value
Matrix<Double>A real matrix that represents the current value of the Jacobian matrix of the system of equations.