MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_max_vec_scalar_vtbl |
int | RTOp_TOp_max_vec_scalar_construct (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
int | RTOp_TOp_max_vec_scalar_destroy (struct RTOp_RTOp *op) |
int | RTOp_TOp_max_vec_scalar_init (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
element-wise transformation: z0 = max(z0,min_ele);
This operator class implementation was created automatically by 'new_rtop.pl'.
ToDo: Write the documentation for this class!
Definition in file RTOp_TOp_max_vec_scalar.h.
int RTOp_TOp_max_vec_scalar_construct | ( | RTOp_value_type | min_ele, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 124 of file RTOp_TOp_max_vec_scalar.c.
int RTOp_TOp_max_vec_scalar_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 135 of file RTOp_TOp_max_vec_scalar.c.
int RTOp_TOp_max_vec_scalar_init | ( | RTOp_value_type | min_ele, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 143 of file RTOp_TOp_max_vec_scalar.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_max_vec_scalar_vtbl |
Definition at line 111 of file RTOp_TOp_max_vec_scalar.c.