35 #ifndef _BLAZE_MATH_FUNCTORS_QDRT_H_ 36 #define _BLAZE_MATH_FUNCTORS_QDRT_H_ 96 template<
typename T >
108 template<
typename T >
126 template<
typename T >
147 template<
typename T >
148 struct YieldsUniform<Qdrt,T>
149 :
public IsUniform<T>
165 template<
typename MT >
166 struct YieldsSymmetric<Qdrt,MT>
167 :
public IsSymmetric<MT>
183 template<
typename MT >
184 struct YieldsHermitian<Qdrt,MT>
185 :
public IsHermitian<MT>
201 template<
typename MT >
202 struct YieldsLower<Qdrt,MT>
219 template<
typename MT >
220 struct YieldsUniLower<Qdrt,MT>
221 :
public IsUniLower<MT>
237 template<
typename MT >
238 struct YieldsStrictlyLower<Qdrt,MT>
239 :
public IsStrictlyLower<MT>
255 template<
typename MT >
256 struct YieldsUpper<Qdrt,MT>
273 template<
typename MT >
274 struct YieldsUniUpper<Qdrt,MT>
275 :
public IsUniUpper<MT>
291 template<
typename MT >
292 struct YieldsStrictlyUpper<Qdrt,MT>
293 :
public IsStrictlyUpper<MT>
309 template<
typename T >
310 struct YieldsZero<Qdrt,T>
Header file for the IsUniUpper type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Qdrt.h:109
Generic wrapper for the qdrt() function.
Definition: Qdrt.h:81
Header file for the IsUniLower type trait.
#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
decltype(auto) BLAZE_ALWAYS_INLINE qdrt(const T &a)
Computing the quad root (4th root) of the given value/object.
Definition: Qdrt.h:65
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 YieldsUniLower type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Qdrt.h:117
Header file for the IsLower type trait.
Header file for the qdrt shim.
Constraint on the data type.
Header file for the IsStrictlyLower type trait.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the result of the qdrt() function for the given SIMD vector.
Definition: Qdrt.h:127
Header file for the YieldsSymmetric type trait.
Header file for the YieldsUpper type trait.
Header file for the IsZero type trait.
Header file for the HasSIMDSqrt type trait.
Qdrt()
Default constructor of the Qdrt functor.
Definition: Qdrt.h:86
Header file for the YieldsLower type trait.
Header file for the IsUpper type trait.
Header file for the YieldsUniUpper type trait.
Header file for the YieldsHermitian type trait.
Header file for the IsHermitian type trait.
System settings for the inline keywords.