Equation System Solver.Initialize Jacobian Property
Gets or sets whether the Jacobian should be initialized to an all zero matrix.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool InitializeJacobian { get; set; }
Property Value
BooleanRemarks
When this property is set to true (the default), the Jacobian is initialized to a dense matrix of the proper size containing all zeros. If this property is false, the Jacobian is not initialized, and you must construct the matrix in your Jacobian function and ensure it is the proper size.