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

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. | |
| COMPLEX16 * | data |
| Pointer to the data array. | |
Definition at line 848 of file LALDatatypes.h.
The number of data N in each array element (this is not the number m of indices).
Definition at line 852 of file LALDatatypes.h.
Pointer to a vector of length m storing the array dimensions.
Definition at line 853 of file LALDatatypes.h.
1.5.2