MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_ele_wise_sqrt_vtbl |
int | RTOp_TOp_ele_wise_sqrt_construct (struct RTOp_RTOp *op) |
int | RTOp_TOp_ele_wise_sqrt_destroy (struct RTOp_RTOp *op) |
element-wise transformation: z0 = sqrt(z0);
This operator class implementation was created automatically by 'new_rtop.pl'.
ToDo: Write the documentation for this class!
Definition in file RTOp_TOp_ele_wise_sqrt.h.
int RTOp_TOp_ele_wise_sqrt_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 128 of file RTOp_TOp_ele_wise_sqrt.c.
int RTOp_TOp_ele_wise_sqrt_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 139 of file RTOp_TOp_ele_wise_sqrt.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_ele_wise_sqrt_vtbl |
Definition at line 115 of file RTOp_TOp_ele_wise_sqrt.c.