35 #ifndef _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_H_
36 #define _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_H_
98 struct Failure {
using Type = INVALID_TYPE; };
113 , If_< IsRowMajorMatrix<T1>
133 , If_< IsDenseVector<T2>
141 , If_< IsRowVector<T1>
143 , If_< IsDenseVector<T2>
144 , If_< IsRowVector<T2>
152 , If_< IsDenseVector<T2>
153 , If_< IsColumnVector<T2>
194 template<
typename T1
Header file for the TSVecTDVecDivExprTrait class template.
Header file for the DMatScalarDivExprTrait class template.
Compile time check for volatile data types.The IsVolatile type trait tests whether or not the given t...
Definition: IsVolatile.h:75
Header file for the SVecScalarDivExprTrait class template.
Evaluation of the expression type of a sparse matrix/scalar division.Via this type trait it is possib...
Definition: SMatScalarDivExprTrait.h:134
typename Decay< T >::Type Decay_
Auxiliary alias declaration for the Decay type trait.The Decay_ alias declaration provides a convenie...
Definition: Decay.h:98
Header file for the TDVecScalarDivExprTrait class template.
Header file for the IsRowVector type trait.
Evaluation of the expression type of a sparse vector/scalar division.Via this type trait it is possib...
Definition: SVecScalarDivExprTrait.h:134
Evaluation of the expression type of a sparse vector/dense vector division.Via this type trait it is ...
Definition: SVecDVecDivExprTrait.h:78
Header file for the IsVolatile type trait.
Header file for the DVecDVecDivExprTrait class template.
Header file for the IsMatrix type trait.
Header file for the Decay type trait.
Evaluation of the resulting expression type of a division.Via this type trait it is possible to evalu...
Definition: DivExprTrait.h:93
Header file for the DVecScalarDivExprTrait class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Header file for the Or class template.
Header file for the SVecDVecDivExprTrait class template.
Evaluation of the expression type of a transpose sparse matrix/scalar division.Via this type trait it...
Definition: TSMatScalarDivExprTrait.h:133
Evaluation of the expression type of a transpose dense vector/transpose dense vector division...
Definition: TDVecTDVecDivExprTrait.h:77
Evaluation of the expression type of a transpose sparse vector/transpose dense vector division...
Definition: TSVecTDVecDivExprTrait.h:78
Header file for the IsVector type trait.
Header file for the IsDenseMatrix type trait.
Header file for the IsNumeric type trait.
Header file for the IsConst type trait.
Header file for the TSMatScalarDivExprTrait class template.
Utility type for generic codes.
Evaluation of the expression type of a dense vector/scalar division.Via this type trait it is possibl...
Definition: DVecScalarDivExprTrait.h:134
Header file for the division trait.
Evaluation of the expression type of a dense vector/dense vector division.Via this type trait it is p...
Definition: DVecDVecDivExprTrait.h:76
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:160
Evaluation of the expression type of a transpose sparse vector/scalar division.Via this type trait it...
Definition: TSVecScalarDivExprTrait.h:133
Evaluation of the expression type of a dense matrix/scalar division.Via this type trait it is possibl...
Definition: DMatScalarDivExprTrait.h:134
Header file for the IsReference type trait.
Evaluation of the expression type of a transpose dense vector/scalar division.Via this type trait it ...
Definition: TDVecScalarDivExprTrait.h:133
Header file for the TDVecTDVecDivExprTrait class template.
Compile time check for constant data types.The IsConst type trait tests whether or not the given temp...
Definition: IsConst.h:75
Base template for the DivTrait class.
Definition: DivTrait.h:143
Header file for the IsDenseVector type trait.
Header file for the IsRowMajorMatrix type trait.
Header file for the SMatScalarDivExprTrait class template.
typename DivExprTrait< T1, T2 >::Type DivExprTrait_
Auxiliary alias declaration for the DivExprTrait class template.The DivExprTrait_ alias declaration p...
Definition: DivExprTrait.h:196
Compile time type check.This class tests whether the given template parameter T is a reference type (...
Definition: IsReference.h:75
Header file for the TDMatScalarDivExprTrait class template.
Header file for the TSVecScalarDivExprTrait class template.
Header file for the IsColumnVector type trait.
Evaluation of the expression type of a transpose dense matrix/scalar division.Via this type trait it ...
Definition: TDMatScalarDivExprTrait.h:133