LAL  7.5.0.1-8083555

Detailed Description

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

Definition at line 389 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...
 
INT4data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 INT4ArraySequence::length

The number l of vectors.

Definition at line 390 of file LALDatatypes.h.

◆ arrayDim

UINT4 INT4ArraySequence::arrayDim

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

Definition at line 391 of file LALDatatypes.h.

◆ dimLength

UINT4Vector* INT4ArraySequence::dimLength

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

Definition at line 392 of file LALDatatypes.h.

◆ data

INT4* INT4ArraySequence::data

Pointer to the data array.

Definition at line 393 of file LALDatatypes.h.