35#ifndef _BLAZE_MATH_SHIMS_EXP10_H_
36#define _BLAZE_MATH_SHIMS_EXP10_H_
64template<
typename T,
typename = EnableIf_t< IsBuiltin_v<T> > >
67 return pow( T(10), a );
Header file for the EnableIf class template.
Header file for the IsBuiltin type trait.
decltype(auto) pow(const DenseMatrix< MT1, SO1 > &lhs, const DenseMatrix< MT2, SO2 > &rhs)
Computes the componentwise exponential value for the dense matrices lhs and rhs.
Definition: DMatDMatMapExpr.h:1448
BLAZE_ALWAYS_INLINE const SIMDdouble exp10(const SIMDf64< T > &a) noexcept=delete
Computes for a vector of double precision floating point values.
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the pow shim.
System settings for the inline keywords.