MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
const struct RTOp_RTOp_vtbl_t | RTOp_ROp_max_abs_ele_vtbl |
int | RTOp_ROp_max_abs_ele_construct (struct RTOp_RTOp *op) |
int | RTOp_ROp_max_abs_ele_destroy (struct RTOp_RTOp *op) |
struct RTOp_value_index_type | RTOp_ROp_max_abs_ele_val (RTOp_ReductTarget targ_obj) |
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.
int RTOp_ROp_max_abs_ele_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 216 of file RTOp_ROp_max_abs_ele.c.
int RTOp_ROp_max_abs_ele_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 223 of file RTOp_ROp_max_abs_ele.c.
struct RTOp_value_index_type RTOp_ROp_max_abs_ele_val | ( | RTOp_ReductTarget | targ_obj | ) |
Definition at line 231 of file RTOp_ROp_max_abs_ele.c.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_abs_ele_vtbl |