|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Result of SIMD-accelerated argmin + argmax search. 更多...
#include <qwt_simd_argminmax.h>
Public 属性 | |
| 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.