LAL  7.5.0.1-bede9b2

Detailed Description

Multidimentional array of REAL8, see DATATYPE-Array types for more details.

Definition at line 226 of file LALDatatypes.h.

Data Fields

UINT4VectordimLength
 Vector of array dimensions. More...
 
REAL8data
 Pointer to the data array. More...
 

Field Documentation

◆ dimLength

UINT4Vector* REAL8Array::dimLength

Vector of array dimensions.

Definition at line 227 of file LALDatatypes.h.

◆ data

REAL8* REAL8Array::data

Pointer to the data array.

Definition at line 228 of file LALDatatypes.h.