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... | |
size_t WeaveSearchIterator::ndim |
Number of parameter-space dimensions.
Definition at line 32 of file SearchIteration.c.
LatticeTilingIterator* WeaveSearchIterator::semi_itr |
Iterator over semicoherent parameter space.
Definition at line 34 of file SearchIteration.c.
gsl_vector* WeaveSearchIterator::semi_rssky |
Current lattice tiling point.
Definition at line 36 of file SearchIteration.c.
int WeaveSearchIterator::partition_dim |
Dimension in which to partition iterator output.
Definition at line 38 of file SearchIteration.c.
UINT4 WeaveSearchIterator::partition_max |
Maximum number of points in the partitioned dimension.
Definition at line 40 of file SearchIteration.c.
UINT4 WeaveSearchIterator::partition_size |
Number of points in each partition.
Definition at line 42 of file SearchIteration.c.
UINT4 WeaveSearchIterator::partition_count |
Number of partitions of iterator output.
Definition at line 44 of file SearchIteration.c.
UINT4 WeaveSearchIterator::partition_index |
Index of the current iterator output partition.
Definition at line 46 of file SearchIteration.c.
UINT4 WeaveSearchIterator::repetition_count |
Number of times to repeat iteration over semicoherent parameter space.
Definition at line 48 of file SearchIteration.c.
UINT4 WeaveSearchIterator::repetition_index |
Index of the current repetition.
Definition at line 50 of file SearchIteration.c.
UINT8 WeaveSearchIterator::prog_count |
Progress count for iteration.
Definition at line 52 of file SearchIteration.c.
UINT8 WeaveSearchIterator::prog_index |
Progress index for iteration.
Definition at line 54 of file SearchIteration.c.