#include <LALDatatypes.h>
Collaboration diagram for tagREAL4ArraySequence:

Data Fields | |
| UINT4 | length |
| The number l of vectors. | |
| UINT4 | arrayDim |
| The number of data N in each array element (this is not the number m of indices). | |
| UINT4Vector * | dimLength |
| Pointer to a vector of length m storing the array dimensions. | |
| REAL4 * | data |
| Pointer to the data array. | |
Definition at line 815 of file LALDatatypes.h.
The number of data N in each array element (this is not the number m of indices).
Definition at line 819 of file LALDatatypes.h.
Pointer to a vector of length m storing the array dimensions.
Definition at line 820 of file LALDatatypes.h.
1.5.2