35 #ifndef _BLAZE_MATH_SHIMS_ISNAN_H_
36 #define _BLAZE_MATH_SHIMS_ISNAN_H_
78 template<
typename T >
bool isnan(const DenseMatrix< MT, SO > &dm)
Checks the given dense matrix for not-a-number elements.
Definition: DenseMatrix.h:640
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the IsFloatingPoint type trait.
Header file for the EnableIf class template.
Substitution Failure Is Not An Error (SFINAE) class.The EnableIf class template is an auxiliary tool ...
Definition: EnableIf.h:184