35 #ifndef _BLAZE_MATH_SHIMS_ISNAN_H_
36 #define _BLAZE_MATH_SHIMS_ISNAN_H_
78 template<
typename T >
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
bool isnan(const DiagonalProxy< MT > &proxy)
Returns whether the represented element is not a number.
Definition: DiagonalProxy.h:655
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
typename EnableIf< Condition, T >::Type EnableIf_
Auxiliary alias declaration for the EnableIf class template.The EnableIf_ alias declaration provides ...
Definition: EnableIf.h:223
System settings for the inline keywords.