RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
#include "RTOp.h"
Go to the source code of this file.
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.