Go to the source code of this file.
|
#define | max(a, b) ( (a) > (b) ? (a) : (b) ) |
|
#define | min(a, b) ( (a) < (b) ? (a) : (b) ) |
|
|
static int | RTOp_ROp_comp_err_with_mu_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 reduct_obj) |
|
int | RTOp_ROp_comp_err_with_mu_construct (RTOp_value_type mu, RTOp_value_type inf_bound, struct RTOp_RTOp *op) |
|
int | RTOp_ROp_comp_err_with_mu_destroy (struct RTOp_RTOp *op) |
|
int | RTOp_ROp_comp_err_with_mu_init (RTOp_value_type mu, RTOp_value_type inf_bound, struct RTOp_RTOp *op) |
|
RTOp_value_type | RTOp_ROp_comp_err_with_mu_val (RTOp_ReductTarget reduct_obj) |
|
#define max |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) > (b) ? (a) : (b) ) |
#define min |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) < (b) ? (a) : (b) ) |
int RTOp_ROp_comp_err_with_mu_destroy |
( |
struct RTOp_RTOp * |
op | ) |
|
Initial value:=
{
,"ROp_comp_err_with_mu"
,NULL
}
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_value_vtbl
int RTOp_get_reduct_max_value_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_reduct_op_func_ptr_t *reduct_op_func_ptr)
static int RTOp_ROp_comp_err_with_mu_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 reduct_obj)
int RTOp_reduct_max_value(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_targ_obj, RTOp_ReductTarget inout_targ_obj)
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_vtbl
Definition at line 163 of file RTOp_ROp_comp_err_with_mu.c.