MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp.h"
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) |
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.
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.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_num_bounded_vtbl |
Definition at line 115 of file RTOp_ROp_num_bounded.c.