Equation System Solver.Jacobian Matrix Property
Gets the Jacobian matrix of the system of equations for the current point.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real matrix that represents the current value of the Jacobian matrix of the system of equations.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.