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

Detailed Description

Lattice tiling index trie for one dimension.

Definition at line 95 of file LatticeTiling.c.

Data Fields

INT4 int_lower
 Lower integer point bound in this dimension. More...
 
INT4 int_upper
 Upper integer point bound in this dimension. More...
 
UINT8 index
 Sequential lattice tiling index up to this dimension. More...
 
LT_IndexTrie * next
 Pointer to array of index tries for the next-highest dimension. More...
 

Field Documentation

◆ int_lower

INT4 LT_IndexTrie::int_lower

Lower integer point bound in this dimension.

Definition at line 96 of file LatticeTiling.c.

◆ int_upper

INT4 LT_IndexTrie::int_upper

Upper integer point bound in this dimension.

Definition at line 97 of file LatticeTiling.c.

◆ index

UINT8 LT_IndexTrie::index

Sequential lattice tiling index up to this dimension.

Definition at line 98 of file LatticeTiling.c.

◆ next

LT_IndexTrie* LT_IndexTrie::next

Pointer to array of index tries for the next-highest dimension.

Definition at line 99 of file LatticeTiling.c.