MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp_TOp_ele_wise_divide.h"
#include "RTOp_obj_null_vtbl.h"
#include "RTOp_obj_value_vtbl.h"
Go to the source code of this file.
Functions | |
static int | RTOp_TOp_ele_wise_divide_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_TOp_ele_wise_divide_construct (RTOp_value_type alpha, struct RTOp_RTOp *op) |
int | RTOp_TOp_ele_wise_divide_set_alpha (RTOp_value_type alpha, struct RTOp_RTOp *op) |
int | RTOp_TOp_ele_wise_divide_destroy (struct RTOp_RTOp *op) |
Variables | |
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_ele_wise_divide_vtbl |
|
static |
Definition at line 50 of file RTOp_TOp_ele_wise_divide.c.
int RTOp_TOp_ele_wise_divide_construct | ( | RTOp_value_type | alpha, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 128 of file RTOp_TOp_ele_wise_divide.c.
int RTOp_TOp_ele_wise_divide_set_alpha | ( | RTOp_value_type | alpha, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 139 of file RTOp_TOp_ele_wise_divide.c.
int RTOp_TOp_ele_wise_divide_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 149 of file RTOp_TOp_ele_wise_divide.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_ele_wise_divide_vtbl |
Definition at line 115 of file RTOp_TOp_ele_wise_divide.c.