MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ROp_sum_abs.h File Reference
#include "RTOp.h"
#include "RTOp_obj_value_vtbl.h"
Include dependency graph for RTOp_ROp_sum_abs.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_sum_abs_vtbl
 
int RTOp_ROp_sum_abs_construct (struct RTOp_RTOp *op)
 
int RTOp_ROp_sum_abs_destroy (struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_sum_abs_val (RTOp_ReductTarget reduct_obj)
 

Detailed Description

element-wise reduction:
    abs_sum_ith = abs(v0);

This operator class implementation was created automatically by 'new_rtop.pl'.

ToDo: Write the documentation for this class!

Definition in file RTOp_ROp_sum_abs.h.

Function Documentation

int RTOp_ROp_sum_abs_construct ( struct RTOp_RTOp op)

Definition at line 131 of file RTOp_ROp_sum_abs.c.

int RTOp_ROp_sum_abs_destroy ( struct RTOp_RTOp op)

Definition at line 142 of file RTOp_ROp_sum_abs.c.

RTOp_value_type RTOp_ROp_sum_abs_val ( RTOp_ReductTarget  reduct_obj)

Definition at line 151 of file RTOp_ROp_sum_abs.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_sum_abs_vtbl

Definition at line 118 of file RTOp_ROp_sum_abs.c.