ConversionAutocatalyticEvaluatorEvaluateJacobian Method |
Evaluates the Jacobian matrix of the rate function with respect to the state variables.
Namespace: Altaxo.Calc.FitFunctions.KineticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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