EquationSystemSolver.EvaluateJacobian Method

Evaluates the Jacobian 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> EvaluateJacobian(
	Vector<double> input,
	Matrix<double> output
)

Parameters

input  Vector<Double>
A vector.
output  Matrix<Double>
A real matrix that is to contain the computed Jacobian.

Return Value

Matrix<Double>
A reference to output.

See Also