35 #ifndef _BLAZE_MATH_SHIMS_ISREAL_H_
36 #define _BLAZE_MATH_SHIMS_ISREAL_H_
69 template<
typename Type >
71 isReal_backend(
const Type& v )
89 template<
typename Type >
106 template<
typename Type >
108 isReal_backend(
const Type& v )
141 template<
typename Type >
144 return isReal_backend( v );
Header file for the UNUSED_PARAMETER function template.
bool isReal(const DiagonalProxy< MT > &proxy)
Returns whether the matrix element represents a real number.
Definition: DiagonalProxy.h:569
void UNUSED_PARAMETER(const T1 &)
Suppression of unused parameter warnings.
Definition: Unused.h:81
bool isDefault(const DiagonalProxy< MT > &proxy)
Returns whether the represented element is in default state.
Definition: DiagonalProxy.h:547
Header file for the DisableIf class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
Header file for the isDefault shim.
Header file for the IsBuiltin type trait.
Header file for the complex data type.
System settings for the inline keywords.