RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
#include "RTOp.h"
#include "RTOp_obj_value_index_vtbl.h"
Go to the source code of this file.
Returns the element with the maximum absolute value and its index.
This reduction operator finds value
and index
such that
value = v0(index) s.t. |v0(index)| >= v0(i), for i = 1...n
Definition in file RTOp_ROp_max_abs_ele.h.