QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
QwtArgMinMaxResult Struct Reference

Result of SIMD-accelerated argmin + argmax search. More...

#include <qwt_simd_argminmax.h>

Public Attributes

int minIdx
 
int maxIdx
 
double minVal
 
double maxVal
 

Detailed Description

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.


The documentation for this struct was generated from the following file: