MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ROp_num_bounded.h File Reference
#include "RTOp.h"
Include dependency graph for RTOp_ROp_num_bounded.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_num_bounded_vtbl
 
int RTOp_ROp_num_bounded_construct (RTOp_value_type inf_bnd, struct RTOp_RTOp *op)
 
int RTOp_ROp_num_bounded_destroy (struct RTOp_RTOp *op)
 
int RTOp_ROp_num_bounded_set_inf_bnd (RTOp_value_type inf_bnd, struct RTOp_RTOp *op)
 
RTOp_index_type RTOp_ROp_num_bounded_val (RTOp_ReductTarget targ_obj)
 

Detailed Description

Reduction operator counts the number of elements with finite bounds.

targ_obj <- size( { i | v[0](i) > -inf_bnd || v[1](i) < +inf_bnd } )

This operator is defined to allow exactly two vector arguments (num_vecs == 2) v[0], v[1] and can only handle dense vectors.

Definition in file RTOp_ROp_num_bounded.h.

Function Documentation

int RTOp_ROp_num_bounded_construct ( RTOp_value_type  inf_bnd,
struct RTOp_RTOp op 
)

Definition at line 128 of file RTOp_ROp_num_bounded.c.

int RTOp_ROp_num_bounded_destroy ( struct RTOp_RTOp op)

Definition at line 136 of file RTOp_ROp_num_bounded.c.

int RTOp_ROp_num_bounded_set_inf_bnd ( RTOp_value_type  inf_bnd,
struct RTOp_RTOp op 
)

Definition at line 143 of file RTOp_ROp_num_bounded.c.

RTOp_index_type RTOp_ROp_num_bounded_val ( RTOp_ReductTarget  targ_obj)

Definition at line 149 of file RTOp_ROp_num_bounded.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_num_bounded_vtbl

Definition at line 115 of file RTOp_ROp_num_bounded.c.