Click or drag to resize

RationalEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method

This evaluates a function value.

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

Parameters

independent  ReadOnlySpanDouble
The independent variables.
parameters  ReadOnlySpanDouble
Parameters for evaluation.
dependent  SpanDouble
On return, this span contains the one (or more) evaluated function values at the point (independent).

Implements

IFitFunctionEvaluate(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)
See Also