MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ROp_comp_err_with_mu.h File Reference
#include "RTOp.h"
#include "RTOp_obj_value_vtbl.h"
Include dependency graph for RTOp_ROp_comp_err_with_mu.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_comp_err_with_mu_vtbl
 
int RTOp_ROp_comp_err_with_mu_construct (RTOp_value_type mu, RTOp_value_type inf_bound, struct RTOp_RTOp *op)
 
int RTOp_ROp_comp_err_with_mu_destroy (struct RTOp_RTOp *op)
 
int RTOp_ROp_comp_err_with_mu_init (RTOp_value_type mu, RTOp_value_type inf_bound, struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_comp_err_with_mu_val (RTOp_ReductTarget reduct_obj)
 

Detailed Description

element-wise reduction:
    comp_err_ith = max(comp_err_ith, fabs(v3*(v0-v1)-mu));
    comp_err_ith = max(comp_err_ith, fabs(v4*(v2-v1)-mu));

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

ToDo: Write the documentation for this class!

Definition in file RTOp_ROp_comp_err_with_mu.h.

Function Documentation

int RTOp_ROp_comp_err_with_mu_construct ( RTOp_value_type  mu,
RTOp_value_type  inf_bound,
struct RTOp_RTOp op 
)

Definition at line 176 of file RTOp_ROp_comp_err_with_mu.c.

int RTOp_ROp_comp_err_with_mu_destroy ( struct RTOp_RTOp op)

Definition at line 187 of file RTOp_ROp_comp_err_with_mu.c.

int RTOp_ROp_comp_err_with_mu_init ( RTOp_value_type  mu,
RTOp_value_type  inf_bound,
struct RTOp_RTOp op 
)

Definition at line 195 of file RTOp_ROp_comp_err_with_mu.c.

RTOp_value_type RTOp_ROp_comp_err_with_mu_val ( RTOp_ReductTarget  reduct_obj)

Definition at line 204 of file RTOp_ROp_comp_err_with_mu.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_comp_err_with_mu_vtbl

Definition at line 163 of file RTOp_ROp_comp_err_with_mu.c.