|
IOR
|
#include <ior-internal.h>
Data Fields | |
| double | min |
| double | max |
| double | mean |
| double | var |
| double | sd |
| double | sum |
| double * | val |
Definition at line 30 of file ior-internal.h.
| double results::max |
Definition at line 32 of file ior-internal.h.
Referenced by bw_ops_values(), and PrintLongSummaryOneOperation().
| double results::mean |
Definition at line 33 of file ior-internal.h.
Referenced by bw_ops_values(), DisplayOutliers(), and PrintLongSummaryOneOperation().
| double results::min |
Definition at line 31 of file ior-internal.h.
Referenced by bw_ops_values(), and PrintLongSummaryOneOperation().
| double results::sd |
Definition at line 35 of file ior-internal.h.
Referenced by bw_ops_values(), DisplayOutliers(), and PrintLongSummaryOneOperation().
| double results::sum |
Definition at line 36 of file ior-internal.h.
Referenced by bw_ops_values(), and DisplayOutliers().
| double* results::val |
Definition at line 37 of file ior-internal.h.
Referenced by bw_ops_values().
| double results::var |
Definition at line 34 of file ior-internal.h.
Referenced by bw_ops_values(), and DisplayOutliers().
1.8.13