struct_uint32_tuple_t Struct Reference
Defines a tuple of integers together with a sorting key.
More...
#include <lib/utils/include/approx.h>
|
Data Fields |
uint32_t | tuple [MAX_NPRIMES_IN_TUPLE] |
float | tlog |
Detailed Description
Defines a tuple of integers together with a sorting key.
This structure defines a tuple of up to MAX_NPRIMES_IN_TUPLE
integers together with a sorting key given as a float.
Definition at line 90 of file approx.h.
Field Documentation
The value of the tuple.
Definition at line 94 of file approx.h.
Used as a key to sort tuples.
Definition at line 98 of file approx.h.
The documentation for this struct was generated from the following file: