MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_sign_vtbl |
int | RTOp_TOp_sign_construct (struct RTOp_RTOp *op) |
int | RTOp_TOp_sign_destroy (struct RTOp_RTOp *op) |
This operator computes the sign of each element in v0 as:
z0(i) = sign(v0(i)), for i = 1...n
where
/ -1.0 : if alpha < 0.0 sign(alpha) = | 0.0 : if alpha == 0.0 \ +1.0 : if alpha > 0.0
Definition in file RTOp_TOp_sign.h.
int RTOp_TOp_sign_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 125 of file RTOp_TOp_sign.c.
int RTOp_TOp_sign_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 136 of file RTOp_TOp_sign.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_sign_vtbl |
Definition at line 112 of file RTOp_TOp_sign.c.