35#ifndef _BLAZE_MATH_TYPETRAITS_ISUNITRIANGULAR_H_
36#define _BLAZE_MATH_TYPETRAITS_ISUNITRIANGULAR_H_
87 :
public BoolConstant< IsUniLower_v<T> || IsUniUpper_v<T> >
105template<
typename T >
Header file for the IntegralConstant class template.
Header file for the IsUniLower type trait.
Header file for the IsUniUpper type trait.
constexpr bool IsUniTriangular_v
Auxiliary variable template for the IsUniTriangular type trait.
Definition: IsUniTriangular.h:106
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for unitriangular matrix types.
Definition: IsUniTriangular.h:88