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