35 #ifndef _BLAZE_MATH_SHIMS_ISREAL_H_ 36 #define _BLAZE_MATH_SHIMS_ISREAL_H_ 148 template<
typename Type >
151 return isReal<relaxed>( v );
bool isReal(const DiagonalProxy< MT > &proxy)
Returns whether the matrix element represents a real number.
Definition: DiagonalProxy.h:622
Header file for the UNUSED_PARAMETER function 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 isZero shim.
Header file for the relaxation flag types.
Compile time check for built-in data types.This type trait tests whether or not the given template pa...
Definition: IsBuiltin.h:75
Header file for the IsBuiltin type trait.
Header file for the complex data type.
void UNUSED_PARAMETER(const Args &...)
Suppression of unused parameter warnings.
Definition: Unused.h:81
System settings for the inline keywords.