Removes trailing zeros from the coefficient vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Polynomial Reduce()
Visual Basic (Declaration)
Public Function Reduce As Polynomial
Visual C++
public:
Polynomial^ Reduce()

Return Value

A reference to self.

Remarks

The coefficient vector is never reduced past a length of 1, even if the value of the last remaining coefficient is zero.

See Also