pub struct Type2And3Butterfly16<T> { /* private fields */ }

Implementations

Trait Implementations

Computes the DCT Type 2 on the provided buffer, in-place. Uses the provided scratch buffer as scratch space. Read more
Computes the DCT Type 2 on the provided buffer, in-place. Read more
Computes the DCT Type 3 on the provided buffer, in-place. Uses the provided scratch buffer as scratch space. Read more
Computes the DCT Type 3 on the provided buffer, in-place. Read more
Computes the DST Type 2 on the provided buffer, in-place. Uses the provided scratch buffer as scratch space. Read more
Computes the DST Type 2 on the provided buffer, in-place. Read more
Computes the DST Type 3 on the provided buffer, in-place. Uses the provided scratch buffer as scratch space. Read more
Computes the DST Type 3 on the provided buffer, in-place. Read more
The FFT size that this algorithm can process

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.