Click or drag to resize

FermiDiracTransitionBaseEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method

Evaluates the function for a single input row.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public abstract void Evaluate(
	ReadOnlySpan<double> independent,
	ReadOnlySpan<double> parameters,
	Span<double> dependent
)

Parameters

independent  ReadOnlySpanDouble
Array containing the independent variable(s).
parameters  ReadOnlySpanDouble
Array of parameters.
dependent  SpanDouble
Output array for the function value(s).

Implements

IFitFunctionEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)
See Also