35 #ifndef _BLAZE_MATH_FUNCTORS_ATAN_H_ 36 #define _BLAZE_MATH_FUNCTORS_ATAN_H_ 87 template<
typename T >
99 template<
typename T >
117 template<
typename T >
138 template<
typename T >
139 struct YieldsUniform<Atan,T>
140 :
public IsUniform<T>
156 template<
typename MT >
157 struct YieldsSymmetric<Atan,MT>
158 :
public IsSymmetric<MT>
174 template<
typename MT >
175 struct YieldsHermitian<Atan,MT>
176 :
public IsHermitian<MT>
192 template<
typename MT >
193 struct YieldsLower<Atan,MT>
210 template<
typename MT >
211 struct YieldsStrictlyLower<Atan,MT>
212 :
public IsStrictlyLower<MT>
228 template<
typename MT >
229 struct YieldsUpper<Atan,MT>
246 template<
typename MT >
247 struct YieldsStrictlyUpper<Atan,MT>
248 :
public IsStrictlyUpper<MT>
264 template<
typename T >
265 struct YieldsZero<Atan,T>
Header file for the HasSIMDAtan type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the result of the atan() function for the given SIMD vector.
Definition: Atan.h:118
#define BLAZE_CONSTRAINT_MUST_BE_SIMD_PACK(T)
Constraint on the data type.In case the given data type T is not a SIMD pack, a compilation error is ...
Definition: SIMDPack.h:60
Header file for the SIMD inverse tangent functionality.
Header file for the IsStrictlyUpper type trait.
Header file for the IsSymmetric type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the YieldsStrictlyUpper type trait.
Header file for the IsLower type trait.
decltype(auto) atan(const DenseMatrix< MT, SO > &dm)
Computes the inverse tangent for each single element of the dense matrix dm.
Definition: DMatMapExpr.h:2070
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Atan.h:108
Constraint on the data type.
Header file for the IsStrictlyLower type trait.
Header file for the YieldsSymmetric type trait.
Header file for the YieldsUpper type trait.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Atan.h:100
Header file for the IsZero type trait.
Header file for the YieldsLower type trait.
Macro for CUDA compatibility.
Generic wrapper for the atan() function.
Definition: Atan.h:79
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
Header file for the IsUpper type trait.
Header file for the YieldsHermitian type trait.
Header file for the IsHermitian type trait.
System settings for the inline keywords.
Header file for the atan shim.