Click or drag to resize

RateOfConversionAutocatalyticEvaluateMultiple Method

Evaluate multiple points using an ODE solver and fills the provided result vector.

Namespace: Altaxo.Calc.FitFunctions.Kinetics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void EvaluateMultiple(
	IROMatrix<double> independent,
	IReadOnlyList<double> P,
	IReadOnlyList<bool>? independentVariableChoice,
	IVector<double> FV
)

Parameters

independent  IROMatrixDouble
The independent variable matrix.
P  IReadOnlyListDouble
The parameter vector.
independentVariableChoice  IReadOnlyListBoolean
The independent variable choice.
FV  IVectorDouble
The result vector to be filled.
See Also