35 #ifndef _BLAZE_MATH_SHIMS_ISDIVISOR_H_ 36 #define _BLAZE_MATH_SHIMS_ISDIVISOR_H_ 78 template<
typename Type,
typename = EnableIf_t< IsNumeric_v<Type> > >
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
Header file for the equal shim.
Header file for the EnableIf class template.
Header file for the IsNumeric type trait.
bool isDivisor(const DenseVector< VT, TF > &dv)
Returns whether the given dense vector is a valid divisor.
Definition: DenseVector.h:1179
System settings for the inline keywords.