Go to the source code of this file.
|
#define | max(a, b) ( (a) > (b) ? (a) : (b) ) |
|
#define | min(a, b) ( (a) < (b) ? (a) : (b) ) |
|
#define max |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) > (b) ? (a) : (b) ) |
#define min |
( |
|
a, |
|
|
|
b |
|
) |
| ( (a) < (b) ? (a) : (b) ) |
int RTOp_TOp_ele_wise_sqrt_construct |
( |
struct RTOp_RTOp * |
op | ) |
|
int RTOp_TOp_ele_wise_sqrt_destroy |
( |
struct RTOp_RTOp * |
op | ) |
|
Initial value:=
{
,"TOp_ele_wise_sqrt"
,NULL
,NULL
,NULL
}
static int RTOp_TOp_ele_wise_sqrt_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 115 of file RTOp_TOp_ele_wise_sqrt.c.