|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
Result of SIMD-accelerated argmin + argmax search. More...
#include <qwt_simd_argminmax.h>
Public Attributes | |
| int | minIdx |
| int | maxIdx |
| double | minVal |
| double | maxVal |
Result of SIMD-accelerated argmin + argmax search.
Contains local indices (0-based relative to input pointer) and values of the minimum and maximum elements found. For all-NaN input arrays, min_val = DBL_MAX, max_val = -DBL_MAX.