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

Detailed Description

Iterator over a search parameter space.

Definition at line 30 of file SearchIteration.c.

Data Fields

size_t ndim
 Number of parameter-space dimensions. More...
 
LatticeTilingIterator * semi_itr
 Iterator over semicoherent parameter space. More...
 
gsl_vector * semi_rssky
 Current lattice tiling point. More...
 
int partition_dim
 Dimension in which to partition iterator output. More...
 
UINT4 partition_max
 Maximum number of points in the partitioned dimension. More...
 
UINT4 partition_size
 Number of points in each partition. More...
 
UINT4 partition_count
 Number of partitions of iterator output. More...
 
UINT4 partition_index
 Index of the current iterator output partition. More...
 
UINT4 repetition_count
 Number of times to repeat iteration over semicoherent parameter space. More...
 
UINT4 repetition_index
 Index of the current repetition. More...
 
UINT8 prog_count
 Progress count for iteration. More...
 
UINT8 prog_index
 Progress index for iteration. More...
 

Field Documentation

◆ ndim

size_t WeaveSearchIterator::ndim

Number of parameter-space dimensions.

Definition at line 32 of file SearchIteration.c.

◆ semi_itr

LatticeTilingIterator* WeaveSearchIterator::semi_itr

Iterator over semicoherent parameter space.

Definition at line 34 of file SearchIteration.c.

◆ semi_rssky

gsl_vector* WeaveSearchIterator::semi_rssky

Current lattice tiling point.

Definition at line 36 of file SearchIteration.c.

◆ partition_dim

int WeaveSearchIterator::partition_dim

Dimension in which to partition iterator output.

Definition at line 38 of file SearchIteration.c.

◆ partition_max

UINT4 WeaveSearchIterator::partition_max

Maximum number of points in the partitioned dimension.

Definition at line 40 of file SearchIteration.c.

◆ partition_size

UINT4 WeaveSearchIterator::partition_size

Number of points in each partition.

Definition at line 42 of file SearchIteration.c.

◆ partition_count

UINT4 WeaveSearchIterator::partition_count

Number of partitions of iterator output.

Definition at line 44 of file SearchIteration.c.

◆ partition_index

UINT4 WeaveSearchIterator::partition_index

Index of the current iterator output partition.

Definition at line 46 of file SearchIteration.c.

◆ repetition_count

UINT4 WeaveSearchIterator::repetition_count

Number of times to repeat iteration over semicoherent parameter space.

Definition at line 48 of file SearchIteration.c.

◆ repetition_index

UINT4 WeaveSearchIterator::repetition_index

Index of the current repetition.

Definition at line 50 of file SearchIteration.c.

◆ prog_count

UINT8 WeaveSearchIterator::prog_count

Progress count for iteration.

Definition at line 52 of file SearchIteration.c.

◆ prog_index

UINT8 WeaveSearchIterator::prog_index

Progress index for iteration.

Definition at line 54 of file SearchIteration.c.