EquationSystemSolver.JacobianMatrix 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#
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.

See Also