35 #ifndef _BLAZE_MATH_FUNCTORS_CEIL_H_ 36 #define _BLAZE_MATH_FUNCTORS_CEIL_H_ 95 template<
typename T >
107 template<
typename T >
125 template<
typename T >
146 template<
typename T >
147 struct YieldsUniform<Ceil,T>
148 :
public IsUniform<T>
164 template<
typename MT >
165 struct YieldsSymmetric<Ceil,MT>
166 :
public IsSymmetric<MT>
182 template<
typename MT >
183 struct YieldsLower<Ceil,MT>
200 template<
typename MT >
201 struct YieldsUniLower<Ceil,MT>
202 :
public IsUniLower<MT>
218 template<
typename MT >
219 struct YieldsStrictlyLower<Ceil,MT>
220 :
public IsStrictlyLower<MT>
236 template<
typename MT >
237 struct YieldsUpper<Ceil,MT>
254 template<
typename MT >
255 struct YieldsUniUpper<Ceil,MT>
256 :
public IsUniUpper<MT>
272 template<
typename MT >
273 struct YieldsStrictlyUpper<Ceil,MT>
274 :
public IsStrictlyUpper<MT>
290 template<
typename T >
291 struct YieldsZero<Ceil,T>
Generic wrapper for the ceil() function.
Definition: Ceil.h:80
Header file for the IsUniUpper type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Ceil.h:116
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
decltype(auto) ceil(const DenseMatrix< MT, SO > &dm)
Applies the ceil() function to each single element of the dense matrix dm.
Definition: DMatMapExpr.h:1239
Header file for the HasSIMDCeil type trait.
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
Ceil()
Default constructor of the Ceil functor.
Definition: Ceil.h:85
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 simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Ceil.h:108
Header file for the IsLower type trait.
Constraint on the data type.
Header file for the IsStrictlyLower type trait.
Header file for the YieldsSymmetric type trait.
Header file for the SIMD ceil functionality.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the result of the ceil() function for the given SIMD vector.
Definition: Ceil.h:126
Header file for the YieldsUpper type trait.
Header file for the IsZero type trait.
Header file for the YieldsLower type trait.
Header file for the IsUpper type trait.
Header file for the YieldsUniUpper type trait.
System settings for the inline keywords.
Header file for the ceil shim.