RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RTOp_ROp_max_abs_ele.h File Reference
#include "RTOp.h"
#include "RTOp_obj_value_index_vtbl.h"
Include dependency graph for RTOp_ROp_max_abs_ele.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

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.