A special COMPLEX16Vector with n-byte aligned memory data array.
Definition at line 118 of file VectorMath.h.
Data Fields | |
| UINT4 | length |
| number of 'usable' array entries (fully aligned) More... | |
| COMPLEX16 * | data |
| start of aligned memory block More... | |
| COMPLEX16 * | data0 |
| actual physical start of memory block, possibly not aligned More... | |
| UINT4 COMPLEX16VectorAligned::length |
number of 'usable' array entries (fully aligned)
Definition at line 119 of file VectorMath.h.
| COMPLEX16* COMPLEX16VectorAligned::data |
start of aligned memory block
Definition at line 120 of file VectorMath.h.
| COMPLEX16* COMPLEX16VectorAligned::data0 |
actual physical start of memory block, possibly not aligned
Definition at line 121 of file VectorMath.h.