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_TOp_Correct_Multipliers_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_TOp_Correct_Multipliers_construct (RTOp_value_type inf_bound_limit, RTOp_index_type lower_or_upper, struct RTOp_RTOp *op) |
|
int | RTOp_TOp_Correct_Multipliers_destroy (struct RTOp_RTOp *op) |
|
int | RTOp_TOp_Correct_Multipliers_init (RTOp_value_type inf_bound_limit, RTOp_index_type lower_or_upper, struct RTOp_RTOp *op) |
|
#define max |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) > (b) ? (a) : (b) ) |
#define min |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) < (b) ? (a) : (b) ) |
int RTOp_TOp_Correct_Multipliers_destroy |
( |
struct RTOp_RTOp * |
op | ) |
|
Initial value:=
{
,"TOp_Correct_Multipliers"
,NULL
,NULL
,NULL
}
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_index_vtbl
static int RTOp_TOp_Correct_Multipliers_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)
const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl
Definition at line 139 of file RTOp_TOp_correct_multipliers.c.