Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FstatInputVector Struct Reference

Detailed Description

A vector of XLALComputeFstat() input data structures, for e.g.

computing the \( \mathcal{F} \) -statistic for multiple segments.

Definition at line 82 of file ComputeFstat.h.

Data Fields

UINT4 length
 Number of elements in array. More...
 
FstatInput ** data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 FstatInputVector::length

Number of elements in array.

Definition at line 86 of file ComputeFstat.h.

◆ data

FstatInput** FstatInputVector::data

Pointer to the data array.

Definition at line 87 of file ComputeFstat.h.