Click or drag to resize

ConversionAutocatalyticEvaluatorEvaluateRate(Double, Double, Double) Method

Evaluates the rate function for the given state and time.

Namespace: Altaxo.Calc.FitFunctions.Kinetics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EvaluateRate(
	double x,
	double[] y,
	double[] dy
)

Parameters

x  Double
The independent variable.
y  Double
The state vector.
dy  Double
The derivative vector receiving the rate.
See Also