|
LibSWIFFT
1.2.0
|
An auto-memory-aligned SWIFFT compact-form data structure. More...
#include <swifft.hpp>
Public Member Functions | |
| LIBSWIFFT_INLINE SwifftCompact & | operator= (const SwifftCompact &rhs) |
| Copy a source SWIFFT compact-form. More... | |
| LIBSWIFFT_INLINE SwifftCompact & | operator= (const BitSequence value) |
| Set all 8-bit elements to a value. More... | |
Public Attributes | |
| BitSequence | data [SWIFFT_COMPACT_BLOCK_SIZE] |
| The compact-form data structure. More... | |
An auto-memory-aligned SWIFFT compact-form data structure.
|
inline |
Copy a source SWIFFT compact-form.
| [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::SwifftCompact::data[SWIFFT_COMPACT_BLOCK_SIZE] |
The compact-form data structure.
1.8.13