A special REAL8Vector with n-byte aligned memory data array.
Definition at line 86 of file VectorMath.h.
Data Fields | |
| UINT4 | length |
| number of 'usable' array entries (fully aligned) More... | |
| REAL8 * | data |
| start of aligned memory block More... | |
| REAL8 * | data0 |
| actual physical start of memory block, possibly not aligned More... | |
| UINT4 REAL8VectorAligned::length |
number of 'usable' array entries (fully aligned)
Definition at line 87 of file VectorMath.h.
| REAL8* REAL8VectorAligned::data |
start of aligned memory block
Definition at line 88 of file VectorMath.h.
| REAL8* REAL8VectorAligned::data0 |
actual physical start of memory block, possibly not aligned
Definition at line 89 of file VectorMath.h.