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
LT_Bound Struct Reference

Detailed Description

Lattice tiling parameter-space bound for one dimension.

Definition at line 53 of file LatticeTiling.c.

Data Fields

char name [32]
 Name of the parameter-space dimension. More...
 
bool name_set
 True if the name of the parameter-space dimension has been set. More...
 
bool is_tiled
 True if the dimension is tiled, false if it is a single point. More...
 
LatticeTilingBound func
 Parameter space bound function. More...
 
size_t data_len
 Length of arbitrary data describing parameter-space bounds. More...
 
char data_lower [LT_DATA_MAX_SIZE]
 Arbitrary data describing lower parameter-space bound. More...
 
char data_upper [LT_DATA_MAX_SIZE]
 Arbitrary data describing upper parameter-space bound. More...
 
LatticeTilingBoundCache cache_func
 Parameter space bound cache function. More...
 
double lower_bbox_pad
 Lower padding as multiple of metric ellipse bounding box. More...
 
double upper_bbox_pad
 Upper padding as multiple of metric ellipse bounding box. More...
 
UINT4 lower_intp_pad
 Lower padding as integer number of points. More...
 
UINT4 upper_intp_pad
 Upper padding as integer number of points. More...
 
bool find_bound_extrema
 Whether to find the extrema of the parameter-space bounds. More...
 

Field Documentation

◆ name

char LT_Bound::name[32]

Name of the parameter-space dimension.

Definition at line 54 of file LatticeTiling.c.

◆ name_set

bool LT_Bound::name_set

True if the name of the parameter-space dimension has been set.

Definition at line 55 of file LatticeTiling.c.

◆ is_tiled

bool LT_Bound::is_tiled

True if the dimension is tiled, false if it is a single point.

Definition at line 56 of file LatticeTiling.c.

◆ func

LatticeTilingBound LT_Bound::func

Parameter space bound function.

Definition at line 57 of file LatticeTiling.c.

◆ data_len

size_t LT_Bound::data_len

Length of arbitrary data describing parameter-space bounds.

Definition at line 58 of file LatticeTiling.c.

◆ data_lower

char LT_Bound::data_lower[LT_DATA_MAX_SIZE]

Arbitrary data describing lower parameter-space bound.

Definition at line 59 of file LatticeTiling.c.

◆ data_upper

char LT_Bound::data_upper[LT_DATA_MAX_SIZE]

Arbitrary data describing upper parameter-space bound.

Definition at line 60 of file LatticeTiling.c.

◆ cache_func

LatticeTilingBoundCache LT_Bound::cache_func

Parameter space bound cache function.

Definition at line 61 of file LatticeTiling.c.

◆ lower_bbox_pad

double LT_Bound::lower_bbox_pad

Lower padding as multiple of metric ellipse bounding box.

Definition at line 62 of file LatticeTiling.c.

◆ upper_bbox_pad

double LT_Bound::upper_bbox_pad

Upper padding as multiple of metric ellipse bounding box.

Definition at line 63 of file LatticeTiling.c.

◆ lower_intp_pad

UINT4 LT_Bound::lower_intp_pad

Lower padding as integer number of points.

Definition at line 64 of file LatticeTiling.c.

◆ upper_intp_pad

UINT4 LT_Bound::upper_intp_pad

Upper padding as integer number of points.

Definition at line 65 of file LatticeTiling.c.

◆ find_bound_extrema

bool LT_Bound::find_bound_extrema

Whether to find the extrema of the parameter-space bounds.

Definition at line 66 of file LatticeTiling.c.