35#ifndef _BLAZE_MATH_TYPETRAITS_ISSTRICTLYTRIANGULAR_H_
36#define _BLAZE_MATH_TYPETRAITS_ISSTRICTLYTRIANGULAR_H_
87 :
public BoolConstant< IsStrictlyLower_v<T> || IsStrictlyUpper_v<T> >
105template<
typename T >
Header file for the IntegralConstant class template.
Header file for the IsStrictlyLower type trait.
Header file for the IsStrictlyUpper type trait.
constexpr bool IsStrictlyTriangular_v
Auxiliary variable template for the IsStrictlyTriangular type trait.
Definition: IsStrictlyTriangular.h:106
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for strictly triangular matrix types.
Definition: IsStrictlyTriangular.h:88