A special COMPLEX8Vector with n-byte aligned memory data array.
Definition at line 102 of file VectorMath.h.
Data Fields | |
| UINT4 | length |
| number of 'usable' array entries (fully aligned) More... | |
| COMPLEX8 * | data |
| start of aligned memory block More... | |
| COMPLEX8 * | data0 |
| actual physical start of memory block, possibly not aligned More... | |
| UINT4 COMPLEX8VectorAligned::length |
number of 'usable' array entries (fully aligned)
Definition at line 103 of file VectorMath.h.
| COMPLEX8* COMPLEX8VectorAligned::data |
start of aligned memory block
Definition at line 104 of file VectorMath.h.
| COMPLEX8* COMPLEX8VectorAligned::data0 |
actual physical start of memory block, possibly not aligned
Definition at line 105 of file VectorMath.h.