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_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.

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.