35 #ifndef _BLAZE_MATH_SHIMS_ISONE_H_ 36 #define _BLAZE_MATH_SHIMS_ISONE_H_ 108 return equal<RF>( v, Type(1) );
177 template<
typename Type >
180 return isOne<relaxed>( v );
Header file for the MAYBE_UNUSED function template.
typename EnableIf< Condition, T >::Type EnableIf_t
Auxiliary type for the EnableIf class template.The EnableIf_t alias declaration provides a convenient...
Definition: EnableIf.h:138
Header file for the DisableIf class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
constexpr void MAYBE_UNUSED(const Args &...)
Suppression of unused parameter warnings.
Definition: MaybeUnused.h:81
Header file for the equal shim.
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
Header file for the relaxation flag types.
bool isOne(const DiagonalProxy< MT > &proxy)
Returns whether the represented element is 1.
Definition: DiagonalProxy.h:697
System settings for the inline keywords.