MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
RTOp_ROp_num_bounded.c File Reference
#include "RTOp_ROp_num_bounded.h"
#include "RTOp_obj_value_vtbl.h"
#include "RTOp_reduct_sum_value.h"
Include dependency graph for RTOp_ROp_num_bounded.c:

Go to the source code of this file.

Functions

static int RTOp_ROp_num_bounded_apply_op (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget targ_obj)
 
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)
 

Variables

const struct RTOp_RTOp_vtbl_t RTOp_ROp_num_bounded_vtbl
 

Function Documentation

static int RTOp_ROp_num_bounded_apply_op ( const struct RTOp_RTOp_vtbl_t vtbl,
const void obj_data,
const int  num_vecs,
const struct RTOp_SubVector  vecs[],
const int  num_targ_vecs,
const struct RTOp_MutableSubVector  targ_vecs[],
RTOp_ReductTarget  targ_obj 
)
static

Definition at line 57 of file RTOp_ROp_num_bounded.c.

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
Initial value:
=
{
,"ROp_num_bounded"
,NULL
}
int RTOp_reduct_sum_value(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_targ_obj, RTOp_ReductTarget inout_targ_obj)
static int RTOp_ROp_num_bounded_apply_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget targ_obj)
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_vtbl
int RTOp_get_reduct_sum_value_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_reduct_op_func_ptr_t *reduct_op_func_ptr)

Definition at line 115 of file RTOp_ROp_num_bounded.c.