LAL  7.5.0.1-08ee4f4
REAL8VectorSequence Struct Reference

Detailed Description

Sequence of REAL8 Vectors, see DATATYPE-VectorSequence types for more details.

Definition at line 341 of file LALDatatypes.h.

Data Fields

UINT4 length
 The number l of vectors. More...
 
UINT4 vectorLength
 The length n of each vector. More...
 
REAL8data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 REAL8VectorSequence::length

The number l of vectors.

Definition at line 345 of file LALDatatypes.h.

◆ vectorLength

UINT4 REAL8VectorSequence::vectorLength

The length n of each vector.

Definition at line 346 of file LALDatatypes.h.

◆ data

REAL8* REAL8VectorSequence::data

Pointer to the data array.

Element i of vector j is data[ jn + i ].

Definition at line 347 of file LALDatatypes.h.