Expand description
Structs§
- ExpLog
- Struct holding the
Exp
andLog
lookup tables. - Multiply128lutT
- Elements of the Mul128 table
Statics§
- EXP_LOG
- Lazily initialized exponentiation and logarithm tables.
- LOG_
WALSH - Lazily initialized logarithmic Walsh transform table.
- MUL16
- Lazily initialized multiplication table for the
NoSimd
engine. - MUL128
- Lazily initialized multiplication table for SIMD engines.
- SKEW
- Lazily initialized skew table used in FFT and IFFT operations.
Functions§
Type Aliases§
- Exp
- Used by
Naive
engine for multiplications and by allEngine
:s to initialize other tables. - Log
- Used by
Naive
engine for multiplications and by allEngine
:s to initialize other tables. - LogWalsh
- Used by all
Engine
:s inEngine::eval_poly
. - Mul16
- Used by
NoSimd
engine for multiplications. - Mul128
- Used by
Avx2
andSsse3
engines for multiplications. - Skew
- Used by all
Engine
:s for FFT and IFFT.