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