35 #ifndef _BLAZE_MATH_SHIMS_ISDIVISOR_H_ 36 #define _BLAZE_MATH_SHIMS_ISDIVISOR_H_ 79 template<
typename Type,
typename = EnableIf_< IsNumeric<Type> > >
Header file for the UNUSED_PARAMETER function 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
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:584
System settings for the inline keywords.