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).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.