Click or drag to resize

FermiDiracTransitionBaseEvaluate(Double, Double, Double) Method

Evaluates the function for a single input row.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public abstract void Evaluate(
	double[] independent,
	double[] parameters,
	double[] FV
)

Parameters

independent  Double
Array containing the independent variable(s).
parameters  Double
Array of parameters.
FV  Double
Output array for the function value(s).

Implements

IFitFunctionEvaluate(Double, Double, Double)
See Also