35 #ifndef _BLAZE_UTIL_INTEGRALCONSTANT_H_ 36 #define _BLAZE_UTIL_INTEGRALCONSTANT_H_ 43 #include <type_traits> 71 template<
typename T, T N >
73 :
public std::integral_constant<T,N>
236 template< ptrdiff_t N >
296 template<
bool B1,
bool B2 >
313 template<
bool B1,
bool B2 >
Header file for basic type definitions.
decltype(auto) operator||(const DenseMatrix< MT1, SO1 > &lhs, const DenseMatrix< MT2, SO2 > &rhs)
Logical OR operator for two dense matrices.
Definition: DMatDMatMapExpr.h:1629
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
decltype(auto) operator &&(const DenseMatrix< MT1, SO1 > &lhs, const DenseMatrix< MT2, SO2 > &rhs)
Logical AND operator for two dense matrices.
Definition: DMatDMatMapExpr.h:1595
decltype(auto) operator!(const DenseMatrix< MT, SO > &mat)
Logical NOT operator for the logical NOT of a dense matrix.
Definition: DMatMapExpr.h:2777