FiniteDifferenceMethod.Coefficients Property

Gets a span containing the coefficients of the function values.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public ReadOnlySpan<double> Coefficients { get; }

Property Value

ReadOnlySpan<Double>

See Also