A simple structure to record the position of the values mapped to the same low-precision target value. More...
#include <ibin.h>
Public Member Functions | |
grain () | |
!< Values greater than the target. | |
Public Attributes | |
ibis::bitvector * | loce |
!< Values less than the target. | |
ibis::bitvector * | locm |
ibis::bitvector * | locp |
!< Values exactly equal to the target. | |
double | maxm |
double | maxp |
double | minm |
double | minp |
A simple structure to record the position of the values mapped to the same low-precision target value.
The ibis::bitvector marked the locations of the values and the min and max record the actual minimum and maximum value encountered.