RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
#include "RTOp.h"
#include "RTOp_obj_null_vtbl.h"
Go to the source code of this file.
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.