pub struct AdditiveFFT {
    pub skews: [Multiplier; 65535],
}
Expand description

Additive FFT and inverse in the “novel polynomial basis”

Fields§

§skews: [Multiplier; 65535]

Multiplier form of twisted factors used in AdditiveFFT

Implementations§

Inverse additive FFT in the “novel polynomial basis”

Additive FFT in the “novel polynomial basis”

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.