RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RTOp_ROp_norms.h File Reference
#include "RTOp.h"
Include dependency graph for RTOp_ROp_norms.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

One norm reduction operator class.

||v[0]||_1 -> targ_obj

const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_1_vtbl
 
int RTOp_ROp_norm_1_construct (struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_norm_1_val (RTOp_ReductTarget targ_obj)
 

Two (Euclidean) norm reduction operator class.

||v[0]||_2 -> targ_obj

const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_2_vtbl
 
int RTOp_ROp_norm_2_construct (struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_norm_2_val (RTOp_ReductTarget targ_obj)
 

Infinity norm reduction operator class.

||v[0]||_inf -> targ_obj

const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_inf_vtbl
 
int RTOp_ROp_norm_inf_construct (struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_norm_inf_val (RTOp_ReductTarget targ_obj)
 
int RTOp_ROp_norm_destroy (struct RTOp_RTOp *op)
 

Detailed Description

Reduction operator classes for common norms.

Definition in file RTOp_ROp_norms.h.