MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ROp_max.h File Reference
#include "RTOp.h"
#include "RTOp_obj_value_vtbl.h"
Include dependency graph for RTOp_ROp_max.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.

Function Documentation

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.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_vtbl

Definition at line 129 of file RTOp_ROp_max.c.