|
LibSWIFFT
1.2.0
|
An auto-memory-aligned SWIFFT input data structure. More...
#include <swifft.hpp>
Public Member Functions | |
| LIBSWIFFT_INLINE SwifftInput & | operator= (const SwifftInput &rhs) |
| Copy a source SWIFFT input. More... | |
| LIBSWIFFT_INLINE SwifftInput & | operator= (const BitSequence value) |
| Set all 8-bit elements to a value. More... | |
Public Attributes | |
| BitSequence | data [SWIFFT_INPUT_BLOCK_SIZE] |
| The input data structure. More... | |
An auto-memory-aligned SWIFFT input data structure.
|
inline |
Copy a source SWIFFT input.
| [in] | rhs | the source to copy from. |
|
inline |
Set all 8-bit elements to a value.
| [in] | value | the value to set to. |
| BitSequence LibSwifft::SwifftInput::data[SWIFFT_INPUT_BLOCK_SIZE] |
The input data structure.
1.8.13