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