MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_inv_of_difference_vtbl |
int | RTOp_TOp_inv_of_difference_construct (RTOp_value_type alpha, struct RTOp_RTOp *op) |
int | RTOp_TOp_inv_of_difference_destroy (struct RTOp_RTOp *op) |
int | RTOp_TOp_inv_of_difference_init (RTOp_value_type alpha, struct RTOp_RTOp *op) |
element-wise transformation : z0 = alpha/(v0-v1);
This operator class implementation was created automatically by 'new_rtop.pl'.
Calculates a vector that is the inverse of the element-wise difference of two other vectors
Definition in file RTOp_TOp_inv_of_difference.h.
int RTOp_TOp_inv_of_difference_construct | ( | RTOp_value_type | alpha, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 146 of file RTOp_TOp_inv_of_difference.c.
int RTOp_TOp_inv_of_difference_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 157 of file RTOp_TOp_inv_of_difference.c.
int RTOp_TOp_inv_of_difference_init | ( | RTOp_value_type | alpha, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 165 of file RTOp_TOp_inv_of_difference.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_inv_of_difference_vtbl |
Definition at line 133 of file RTOp_TOp_inv_of_difference.c.