Type Definition p25::coding::galois::P25Codeword
[−]
[src]
type P25Codeword = Codeword<P25Field>;
Codeword in the P25 Galois field.
Trait Implementations
impl<P: PolynomialCoefs> Mul<P25Codeword> for Polynomial<P>
[src]
Scale polynomial by a codeword.
type Output = Polynomial<P>
The resulting type after applying the *
operator.
fn mul(self, rhs: P25Codeword) -> Self::Output
[src]
Performs the *
operation.