LAL  7.5.0.1-08ee4f4
COMPLEX8ArraySequence Struct Reference

Detailed Description

Sequence of COMPLEX8 multidimensional arrays, see DATATYPE-ArraySequence types for more details.

Definition at line 437 of file LALDatatypes.h.

Data Fields

UINT4 length
 The number l of vectors. More...
 
UINT4 arrayDim
 The number of data N in each array element (this is not the number m of indices). More...
 
UINT4VectordimLength
 Pointer to a vector of length m storing the array dimensions. More...
 
COMPLEX8data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 COMPLEX8ArraySequence::length

The number l of vectors.

Definition at line 438 of file LALDatatypes.h.

◆ arrayDim

UINT4 COMPLEX8ArraySequence::arrayDim

The number of data N in each array element (this is not the number m of indices).

Definition at line 439 of file LALDatatypes.h.

◆ dimLength

UINT4Vector* COMPLEX8ArraySequence::dimLength

Pointer to a vector of length m storing the array dimensions.

Definition at line 440 of file LALDatatypes.h.

◆ data

COMPLEX8* COMPLEX8ArraySequence::data

Pointer to the data array.

Definition at line 441 of file LALDatatypes.h.