35#ifndef _BLAZE_MATH_FUNCTORS_ARG_H_
36#define _BLAZE_MATH_FUNCTORS_ARG_H_
84 template<
typename T >
87 return arg( std::forward<T>( a ) );
104template<
typename T >
105struct YieldsUniform<Arg,T>
106 :
public IsUniform<T>
122template<
typename MT >
123struct YieldsSymmetric<Arg,MT>
140template<
typename MT >
141struct YieldsLower<Arg,MT>
158template<
typename MT >
159struct YieldsStrictlyLower<Arg,MT>
160 :
public IsStrictlyLower<MT>
176template<
typename MT >
177struct YieldsUpper<Arg,MT>
194template<
typename MT >
195struct YieldsStrictlyUpper<Arg,MT>
196 :
public IsStrictlyUpper<MT>
212template<
typename T >
213struct YieldsZero<Arg,T>
Macro for CUDA compatibility.
Header file for the IntegralConstant class template.
Header file for the IsLower type trait.
Header file for the IsStrictlyLower type trait.
Header file for the IsStrictlyUpper type trait.
Header file for the IsSymmetric type trait.
Header file for the IsUpper type trait.
Header file for the YieldsLower type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsStrictlyUpper type trait.
Header file for the YieldsSymmetric type trait.
Header file for the YieldsUpper type trait.
Header file for the YieldsZero type trait.
decltype(auto) arg(const DenseMatrix< MT, SO > &dm)
Returns a matrix containing the phase angle of each single element of dm.
Definition: DMatMapExpr.h:1585
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
IntegralConstant< bool, B > BoolConstant
Generic wrapper for a compile time constant boolean value.
Definition: IntegralConstant.h:110
Header file for the arg shim.
Generic wrapper for the arg() function.
Definition: Arg.h:77
System settings for the inline keywords.
Header file for the IsZero type trait.