Polynomial Base.Reduce Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Reduce() | Reduces the degree of a polynomial so that the leading coefficient is different from zero. |
Reduce( | 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.
protected void Reduce()
Reduce(Double)
Reduces the degree of a polynomial so that the leading coefficient is greater than
the specified tolerance.
protected void Reduce(
double tolerance
)
Parameters
- tolerance Double
- The absolute tolerance to use as the threshold for considering a coefficient equal to zero.