aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GlobalFunctions.h
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2015-11-24 17:15:07 -0500
committerGravatar Mark Borgerding <mark@borgerding.net>2015-11-24 17:15:07 -0500
commit7ddcf97da7683d7149bef880ab3f1967ccf2a7ab (patch)
tree314adc496324d9e0ce8d3a9c5e46416dab8f5f8a /Eigen/src/Core/GlobalFunctions.h
parent44848ac39bba2ba25514c6c897f5dc7bba1c76ae (diff)
added scalar_sign_op (both real,complex)
Diffstat (limited to 'Eigen/src/Core/GlobalFunctions.h')
-rw-r--r--Eigen/src/Core/GlobalFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/GlobalFunctions.h b/Eigen/src/Core/GlobalFunctions.h
index aaa076701..585974809 100644
--- a/Eigen/src/Core/GlobalFunctions.h
+++ b/Eigen/src/Core/GlobalFunctions.h
@@ -64,6 +64,7 @@ namespace Eigen
EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(isnan,scalar_isnan_op)
EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(isinf,scalar_isinf_op)
EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(isfinite,scalar_isfinite_op)
+ EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(sign,scalar_sign_op)
template<typename Derived>
inline const Eigen::CwiseUnaryOp<Eigen::internal::scalar_pow_op<typename Derived::Scalar>, const Derived>