Sequence of INT4 Vectors, see DATATYPE-VectorSequence types for more details.
Definition at line 291 of file LALDatatypes.h.
Data Fields | |
| UINT4 | length |
| The number l of vectors. More... | |
| UINT4 | vectorLength |
| The length n of each vector. More... | |
| INT4 * | data |
| Pointer to the data array. More... | |
| UINT4 INT4VectorSequence::length |
The number l of vectors.
Definition at line 295 of file LALDatatypes.h.
| UINT4 INT4VectorSequence::vectorLength |
The length n of each vector.
Definition at line 296 of file LALDatatypes.h.
| INT4* INT4VectorSequence::data |
Pointer to the data array.
Element i of vector j is data[ jn + i ].
Definition at line 297 of file LALDatatypes.h.