Click or drag to resize

ConversionAutocatalyticEvaluatorEvaluateJacobian Method

Evaluates the Jacobian matrix of the rate function with respect to the state variables.

Namespace: Altaxo.Calc.FitFunctions.Kinetics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EvaluateJacobian(
	double x,
	double[] yy,
	ref IMatrix<double> jac
)

Parameters

x  Double
The independent variable.
yy  Double
The state vector.
jac  IMatrixDouble
The Jacobian matrix.
See Also