35 #ifndef _BLAZE_MATH_TRAITS_SCHUREXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_SCHUREXPRTRAIT_H_ 76 struct Failure {
using Type = INVALID_TYPE; };
82 struct Result {
using Type = decltype( std::declval<T1>() % std::declval<T2>() ); };
111 template<
typename T1
Header file for the And class template.
Compile time check for matrix types.This type trait tests whether or not the given template parameter...
Definition: IsMatrix.h:103
Header file for the IsMatrix type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Utility type for generic codes.
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:154
Header file for the RemoveReference type trait.
Evaluation of the return type of an Schur product expression.Via this type trait it is possible to ev...
Definition: SchurExprTrait.h:71
typename SchurExprTrait< T1, T2 >::Type SchurExprTrait_
Auxiliary alias declaration for the SchurExprTrait class template.The SchurExprTrait_ alias declarati...
Definition: SchurExprTrait.h:113