EquationSystemSolver.EvaluateJacobian Method

Evaluates the Jacobian 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> 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