A simple structure to record the position of the values mapped to the same low-precision target value. More...
#include <ibin.h>
Public Attributes | |
| ibis::bitvector * | loce |
| Values exactly equal to the target. | |
| ibis::bitvector * | locm |
| Values less than the target. | |
| ibis::bitvector * | locp |
| Values greater than 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.
|
| |