LAL  7.5.0.1-e053efe

Detailed Description

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...
 
COMPLEX16data
 start of aligned memory block More...
 
COMPLEX16data0
 actual physical start of memory block, possibly not aligned More...
 

Field Documentation

◆ length

UINT4 COMPLEX16VectorAligned::length

number of 'usable' array entries (fully aligned)

Definition at line 119 of file VectorMath.h.

◆ data

COMPLEX16* COMPLEX16VectorAligned::data

start of aligned memory block

Definition at line 120 of file VectorMath.h.

◆ data0

COMPLEX16* COMPLEX16VectorAligned::data0

actual physical start of memory block, possibly not aligned

Definition at line 121 of file VectorMath.h.