35 #ifndef _BLAZE_MATH_FUNCTORS_ERF_H_ 36 #define _BLAZE_MATH_FUNCTORS_ERF_H_ 91 template<
typename T >
103 template<
typename T >
121 template<
typename T >
142 template<
typename T >
143 struct YieldsUniform<Erf,T>
144 :
public IsUniform<T>
160 template<
typename MT >
161 struct YieldsSymmetric<Erf,MT>
162 :
public IsSymmetric<MT>
178 template<
typename MT >
179 struct YieldsLower<Erf,MT>
196 template<
typename MT >
197 struct YieldsStrictlyLower<Erf,MT>
198 :
public IsStrictlyLower<MT>
214 template<
typename MT >
215 struct YieldsUpper<Erf,MT>
232 template<
typename MT >
233 struct YieldsStrictlyUpper<Erf,MT>
234 :
public IsStrictlyUpper<MT>
250 template<
typename T >
251 struct YieldsZero<Erf,T>
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
decltype(auto) erf(const DenseMatrix< MT, SO > &dm)
Computes the error function for each single element of the dense matrix dm.
Definition: DMatMapExpr.h:2189
#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
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Erf.h:112
Header file for the HasSIMDErf type trait.
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 SIMD error function (erf) functionality.
Header file for the YieldsStrictlyUpper type trait.
Header file for the erf shim.
Header file for the IsLower type trait.
Generic wrapper for the erf() function.
Definition: Erf.h:76
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.
Header file for the IsZero type trait.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Erf.h:104
Header file for the YieldsLower type trait.
Erf()
Default constructor of the Erf functor.
Definition: Erf.h:81
Header file for the IsUpper type trait.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the result of the erf() function for the given SIMD vector.
Definition: Erf.h:122
System settings for the inline keywords.