added scalar_sign_op (both real,complex)

This commit is contained in:
Mark Borgerding
2015-11-24 17:15:07 -05:00
parent 44848ac39b
commit 7ddcf97da7
7 changed files with 80 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ template<typename Scalar> struct scalar_random_op;
template<typename Scalar> struct scalar_add_op;
template<typename Scalar> struct scalar_constant_op;
template<typename Scalar> struct scalar_identity_op;
template<typename Scalar,bool iscpx> struct scalar_sign_op;
template<typename LhsScalar,typename RhsScalar=LhsScalar> struct scalar_product_op;
template<typename LhsScalar,typename RhsScalar> struct scalar_multiple2_op;