|
MOOCHO (Single Doxygen Collection)
Version of the Day
|

Go to the source code of this file.
Macros | |
| #define | max(a, b) ( (a) > (b) ? (a) : (b) ) |
| #define | min(a, b) ( (a) < (b) ? (a) : (b) ) |
Functions | |
| static int | RTOp_TOp_inv_of_difference_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) |
| 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) |
Variables | |
| const struct RTOp_RTOp_vtbl_t | RTOp_TOp_inv_of_difference_vtbl |
| #define max | ( | a, | |
| b | |||
| ) | ( (a) > (b) ? (a) : (b) ) |
Definition at line 49 of file RTOp_TOp_inv_of_difference.c.
| #define min | ( | a, | |
| b | |||
| ) | ( (a) < (b) ? (a) : (b) ) |
Definition at line 50 of file RTOp_TOp_inv_of_difference.c.
|
static |
Definition at line 59 of file RTOp_TOp_inv_of_difference.c.
| 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.
1.8.6