PolynomialBase.Reduce Method

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Reduce() Reduces the degree of a polynomial so that the leading coefficient is different from zero.
Reduce(Double) Reduces the degree of a polynomial so that the leading coefficient is greater than the specified tolerance.

Reduce

Reduces the degree of a polynomial so that the leading coefficient is different from zero.
C#
protected void Reduce()

Reduce(Double)

Reduces the degree of a polynomial so that the leading coefficient is greater than the specified tolerance.
C#
protected void Reduce(
	double tolerance
)

Parameters

tolerance  Double
The absolute tolerance to use as the threshold for considering a coefficient equal to zero.

See Also