Expand description
Functions§
- initialize_
exp_ log - Initializes and returns
Exp
andLog
tables. - initialize_
log_ walsh - Initializes and returns
LogWalsh
table. - initialize_
mul16 - Initializes and returns
Mul16
table. - initialize_
skew - Initializes and returns
Skew
table. - mul
- Calculates
x * log_m
usingExp
andLog
tables.
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. - Skew
- Used by all
Engine
:s for FFT and IFFT.