EquationSystemSolver.JacobianFunction Property

Gets or sets the Jacobian for the EquationSystemSolver.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<Vector<double>, Matrix<double>, Matrix<double>> JacobianFunction { get; set; }

Property Value

Func<Vector<Double>, Matrix<Double>, Matrix<Double>>
A delegate that represents a multivariate function returning a vector in its second argument.

See Also