../../.cargo/katex-header.html
winter_math::fft

Function permute_index

source
pub fn permute_index(size: usize, index: usize) -> usize
Expand description

Computes bit reverse of the specified index in the domain of the specified size.

Domain size is assumed to be a power of two and index must be smaller than domain size.