Click or drag to resize

GeneralEffectiveMediumEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method

Evaluates the model for a single independent input.

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

Parameters

independent  ReadOnlySpanDouble
Span containing the independent variable.
parameters  ReadOnlySpanDouble
Span of parameters.
dependent  SpanDouble
Output span for the dependent variable.

Implements

IFitFunctionEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)
See Also