LAL  7.5.0.1-89842e6

Detailed Description

A special UINT4Vector with n-byte aligned memory data array.

Definition at line 54 of file VectorMath.h.

Data Fields

UINT4 length
 number of 'usable' array entries (fully aligned) More...
 
UINT4data
 start of aligned memory block More...
 
UINT4data0
 actual physical start of memory block, possibly not aligned More...
 

Field Documentation

◆ length

UINT4 UINT4VectorAligned::length

number of 'usable' array entries (fully aligned)

Definition at line 55 of file VectorMath.h.

◆ data

UINT4* UINT4VectorAligned::data

start of aligned memory block

Definition at line 56 of file VectorMath.h.

◆ data0

UINT4* UINT4VectorAligned::data0

actual physical start of memory block, possibly not aligned

Definition at line 57 of file VectorMath.h.