tagREAL4VectorSequence Struct Reference

Sequence of REAL4 Vectors. More...

#include <LALDatatypes.h>


Data Fields

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


Detailed Description

Sequence of REAL4 Vectors.

Definition at line 673 of file LALDatatypes.h.


Field Documentation

UINT4 tagREAL4VectorSequence::length

The number l of vectors.

Definition at line 676 of file LALDatatypes.h.

UINT4 tagREAL4VectorSequence::vectorLength

The length n of each vector.

Definition at line 677 of file LALDatatypes.h.

REAL4* tagREAL4VectorSequence::data

Pointer to the data array.

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

Definition at line 678 of file LALDatatypes.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 21 03:15:00 2008 for LAL by  doxygen 1.5.2