35 #ifndef _BLAZE_MATH_FUNCTORS_INVCBRT_H_ 36 #define _BLAZE_MATH_FUNCTORS_INVCBRT_H_ 77 template<
typename T >
89 template<
typename T >
99 template<
typename T >
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: InvCbrt.h:90
Header file for the SIMD inverse cubit root functionality.
#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 load(const T &a) const
Returns the result of the invcbrt() function for the given SIMD vector.
Definition: InvCbrt.h:100
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 HasSIMDInvCbrt type trait.
Constraint on the data type.
Availability of a SIMD inverse cubic root operation for the given data type.Depending on the availabl...
Definition: HasSIMDInvCbrt.h:109
Generic wrapper for the invcbrt() function.
Definition: InvCbrt.h:62
decltype(auto) invcbrt(const DenseMatrix< MT, SO > &dm)
Computes the inverse cubic root of each single element of the dense matrix dm.
Definition: DMatMapExpr.h:1544
Header file for the invcbrt shim.
InvCbrt()
Default constructor of the InvCbrt functor.
Definition: InvCbrt.h:67
System settings for the inline keywords.