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_vtbl |
int | RTOp_ROp_max_construct (struct RTOp_RTOp *op) |
int | RTOp_ROp_max_destroy (struct RTOp_RTOp *op) |
RTOp_value_type | RTOp_ROp_max_val (RTOp_ReductTarget reduct_obj) |
max_ele = max{ v0(i), i = 1...n }
This operator class implementation was created automatically by 'new_rtop.pl'.
Definition in file RTOp_ROp_max.h.
int RTOp_ROp_max_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 142 of file RTOp_ROp_max.c.
int RTOp_ROp_max_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 153 of file RTOp_ROp_max.c.
RTOp_value_type RTOp_ROp_max_val | ( | RTOp_ReductTarget | reduct_obj | ) |
Definition at line 162 of file RTOp_ROp_max.c.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_vtbl |
Definition at line 129 of file RTOp_ROp_max.c.