35 #ifndef _BLAZE_MATH_TRAITS_SUBMATRIXEXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_SUBMATRIXEXPRTRAIT_H_ 75 struct Failure {
using Type = INVALID_TYPE; };
81 struct Result {
using Type = decltype( submatrix<AF>( std::declval<MT>()
82 , std::declval<size_t>()
83 , std::declval<size_t>()
84 , std::declval<size_t>()
85 , std::declval<size_t>() ) ); };
114 template<
typename MT
typename SubmatrixExprTrait< MT, AF >::Type SubmatrixExprTrait_
Auxiliary alias declaration for the SubmatrixExprTrait type trait.The SubmatrixExprTrait_ alias decla...
Definition: SubmatrixExprTrait.h:116
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.
Evaluation of the expression type type of a submatrix operation.Via this type trait it is possible to...
Definition: SubmatrixExprTrait.h:70
Header file for all forward declarations for views.
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.