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_find_nan_inf.h File Reference
#include "RTOp.h"
Include dependency graph for RTOp_ROp_find_nan_inf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

struct
RTOp_ROp_find_nan_inf_reduct_obj_t 
RTOp_ROp_find_nan_inf_val (RTOp_ReductTarget targ_obj)
 

Detailed Description

Reduction operator that looks for the first element that is NaN or Inf and returns this index!

targ_obj <- { (v0_i,i) | RTOp_in_nan_inf(v[0](i)) }

This operator is defined to allow exactly one vecto arguments (num_vecs == 1) v[0] but can handle sparse or dense vectors. The element with the lowest index is selected so that the reduction object returned will be unique for a given vector.

Definition in file RTOp_ROp_find_nan_inf.h.

Function Documentation

struct RTOp_ROp_find_nan_inf_reduct_obj_t RTOp_ROp_find_nan_inf_val ( RTOp_ReductTarget  targ_obj)

Extract the number offending element.

If return.i == 0 then no element was found to be NaN or Inf.

Definition at line 154 of file RTOp_ROp_find_nan_inf.c.