pub struct ErrorDescriptions<P: PolynomialCoefs> { /* private fields */ }
Expand description
Computes error locations and patterns from the roots of the error locator polynomial Λ(x).
This uses the Forney algorithm for error pattern evaluation, which avoids polynomial long division.
Implementations
Create a new ErrorDescriptions
from the given syndrome polynomial s(x) and error
locator polynomial Λ(x).
Compute the error location and pattern for the given root ai-1 of Λ(x).