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

Detailed Description

Statistics related to the number/value of lattice tiling points in a dimension.

Definition at line 117 of file LatticeTiling.h.

Data Fields

const charname
 Name of parameter-space dimension. More...
 
UINT8 total_points
 Total number of points up to this dimension. More...
 
UINT4 min_points
 Minimum number of points in this dimension. More...
 
UINT4 max_points
 Maximum number of points in this dimension. More...
 
double min_value
 Minimum value of points in this dimension. More...
 
double max_value
 Maximum value of points in this dimension. More...
 

Field Documentation

◆ name

const char* LatticeTilingStats::name

Name of parameter-space dimension.

Definition at line 118 of file LatticeTiling.h.

◆ total_points

UINT8 LatticeTilingStats::total_points

Total number of points up to this dimension.

Definition at line 119 of file LatticeTiling.h.

◆ min_points

UINT4 LatticeTilingStats::min_points

Minimum number of points in this dimension.

Definition at line 120 of file LatticeTiling.h.

◆ max_points

UINT4 LatticeTilingStats::max_points

Maximum number of points in this dimension.

Definition at line 121 of file LatticeTiling.h.

◆ min_value

double LatticeTilingStats::min_value

Minimum value of points in this dimension.

Definition at line 122 of file LatticeTiling.h.

◆ max_value

double LatticeTilingStats::max_value

Maximum value of points in this dimension.

Definition at line 123 of file LatticeTiling.h.