35 #ifndef _BLAZE_MATH_TRAITS_SUBEXPRTRAIT_H_
36 #define _BLAZE_MATH_TRAITS_SUBEXPRTRAIT_H_
102 template<
typename T1
109 struct Failure {
using Type = INVALID_TYPE; };
124 , If_< IsRowMajorMatrix<T2>
127 , If_< IsRowMajorMatrix<T1>
128 , If_< IsRowMajorMatrix<T2>
131 , If_< IsRowMajorMatrix<T2>
134 , If_< IsDenseMatrix<T2>
135 , If_< IsRowMajorMatrix<T1>
136 , If_< IsRowMajorMatrix<T2>
139 , If_< IsRowMajorMatrix<T2>
142 , If_< IsRowMajorMatrix<T1>
143 , If_< IsRowMajorMatrix<T2>
146 , If_< IsRowMajorMatrix<T2>
158 , If_< IsRowVector<T2>
161 , If_< IsRowVector<T1>
162 , If_< IsRowVector<T2>
165 , If_< IsRowVector<T2>
168 , If_< IsDenseVector<T2>
169 , If_< IsRowVector<T1>
170 , If_< IsRowVector<T2>
173 , If_< IsRowVector<T2>
176 , If_< IsRowVector<T1>
177 , If_< IsRowVector<T2>
180 , If_< IsRowVector<T2>
218 template<
typename T1
Header file for the TDMatTSMatSubExprTrait class template.
Evaluation of the expression type of a dense matrix/transpose dense matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a dense matrix/transpose dense matrix subtraction. Given the row-major dense matrix type MT1 and the column-major dense matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a row-major dense matrix type or MT2 is not a column-major dense matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: DMatTDMatSubExprTrait.h:81
Evaluation of the expression type of a transpose dense matrix/dense matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a transpose dense matrix/dense matrix subtraction. Given the column-major dense matrix type MT1 and the row-major dense matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a column-major dense matrix type or MT2 is not a row-major dense matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: TDMatDMatSubExprTrait.h:80
Evaluation of the expression type of a dense matrix/dense matrix subtraction.Via this type trait it i...
Definition: DMatDMatSubExprTrait.h:76
Header file for the subtraction trait.
Evaluation of the expression type of a transpose sparse matrix/sparse matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a transpose sparse matrix/sparse matrix subtraction. Given the column-major sparse matrix type MT1 and the row-major sparse matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a column-major sparse matrix type or MT2 is not a row-major sparse matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: TSMatSMatSubExprTrait.h:78
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 DVecSVecSubExprTrait class template.
Header file for the DMatDMatSubExprTrait class template.
Header file for the SVecDVecSubExprTrait class template.
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 IsRowVector type trait.
Header file for the SMatTSMatSubExprTrait class template.
Evaluation of the expression type of a dense vector/dense vector subtraction.Via this type trait it i...
Definition: DVecDVecSubExprTrait.h:76
Evaluation of the expression type of a transpose dense matrix/sparse matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a transpose dense matrix/sparse matrix subtraction. Given the column-major dense matrix type MT1 and the row-major sparse matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a column-major dense matrix type or MT2 is not a row-major sparse matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: TDMatSMatSubExprTrait.h:79
Header file for the TDMatTDMatSubExprTrait class template.
Evaluation of the expression type of a transpose dense matrix/transpose sparse matrix subtraction...
Definition: TDMatTSMatSubExprTrait.h:79
Header file for the IsVolatile type trait.
Header file for the DMatTDMatSubExprTrait class template.
Header file for the SVecSVecSubExprTrait class template.
Evaluation of the expression type of a transpose sparse matrix/transpose sparse matrix subtraction...
Definition: TSMatTSMatSubExprTrait.h:77
Header file for the TDMatDMatSubExprTrait class template.
Header file for the IsMatrix type trait.
Header file for the Decay type trait.
typename SubExprTrait< T1, T2 >::Type SubExprTrait_
Auxiliary alias declaration for the SubExprTrait class template.The SubExprTrait_ alias declaration p...
Definition: SubExprTrait.h:220
Header file for the DMatTSMatSubExprTrait class template.
Header file for the TSVecTSVecSubExprTrait class template.
Header file for the SMatDMatSubExprTrait 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.
Evaluation of the expression type of a transpose dense vector/transpose sparse vector subtraction...
Definition: TDVecTSVecSubExprTrait.h:78
Evaluation of the expression type of a sparse vector/sparse vector subtraction.Via this type trait it...
Definition: SVecSVecSubExprTrait.h:76
Header file for the DMatSMatSubExprTrait class template.
Header file for the TDVecTDVecSubExprTrait class template.
Evaluation of the expression type of a transpose sparse vector/transpose sparse vector subtraction...
Definition: TSVecTSVecSubExprTrait.h:77
Evaluation of the return type of a subtraction expression.Via this type trait it is possible to evalu...
Definition: SubExprTrait.h:104
Header file for the TSMatDMatSubExprTrait class template.
Evaluation of the expression type of a sparse matrix/transpose dense matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a sparse matrix/transpose dense matrix subtraction. Given the row-major sparse matrix type MT1 and the column-major dense matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a row-major sparse matrix type or MT2 is not a column-major dense matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: SMatTDMatSubExprTrait.h:79
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 TDMatSMatSubExprTrait 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:160
Evaluation of the expression type of a sparse matrix/sparse matrix subtraction.Via this type trait it...
Definition: SMatSMatSubExprTrait.h:76
Header file for the SMatSMatSubExprTrait class template.
Evaluation of the expression type of a sparse matrix/transpose sparse matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a sparse matrix/transpose sparse matrix subtraction. Given the row-major sparse matrix type MT1 and the column-major sparse matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a row-major sparse matrix type or MT2 is not a column-major sparse matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: SMatTSMatSubExprTrait.h:78
Header file for the TDVecTSVecSubExprTrait class template.
Header file for the TSVecTDVecSubExprTrait class template.
Evaluation of the expression type of a sparse vector/dense vector subtraction.Via this type trait it ...
Definition: SVecDVecSubExprTrait.h:77
Header file for the IsReference type trait.
Compile time check for constant data types.The IsConst type trait tests whether or not the given temp...
Definition: IsConst.h:75
Header file for the IsDenseVector type trait.
Header file for the TSMatTDMatSubExprTrait class template.
Evaluation of the expression type of a transpose dense matrix/transpose dense matrix subtraction...
Definition: TDMatTDMatSubExprTrait.h:77
Header file for the IsRowMajorMatrix type trait.
Header file for the SMatTDMatSubExprTrait class template.
Evaluation of the expression type of a dense matrix/transpose sparse matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a dense matrix/ transpose sparse matrix subtraction. Given the row-major dense matrix type MT1 and the column-major sparse matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a row-major dense matrix type or MT2 is not a column-major sparse matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: DMatTSMatSubExprTrait.h:78
Header file for the TSMatTSMatSubExprTrait class template.
Evaluation of the expression type of a sparse matrix/dense matrix subtraction.Via this type trait it ...
Definition: SMatDMatSubExprTrait.h:77
Header file for the TSMatSMatSubExprTrait class template.
Evaluation of the expression type of a transpose sparse matrix/dense matrix subtraction.Via this type trait it is possible to evaluate the resulting expression type of a transpose sparse matrix/dense matrix subtraction. Given the column-major sparse matrix type MT1 and the row-major dense matrix type MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 is not a column-major sparse matrix type or MT2 is not a row-major dense matrix type, the resulting data type Type is set to INVALID_TYPE.
Definition: TSMatDMatSubExprTrait.h:78
Compile time type check.This class tests whether the given template parameter T is a reference type (...
Definition: IsReference.h:75
Evaluation of the expression type of a dense vector/sparse vector subtraction.Via this type trait it ...
Definition: DVecSVecSubExprTrait.h:77
Base template for the SubTrait class.
Definition: SubTrait.h:143
Evaluation of the expression type of a transpose sparse matrix/transpose dense matrix subtraction...
Definition: TSMatTDMatSubExprTrait.h:79
Evaluation of the expression type of a transpose dense vector/transpose dense vector subtraction...
Definition: TDVecTDVecSubExprTrait.h:77
Evaluation of the expression type of a transpose sparse vector/transpose dense vector subtraction...
Definition: TSVecTDVecSubExprTrait.h:78
Evaluation of the expression type of a dense matrix/sparse matrix subtraction.Via this type trait it ...
Definition: DMatSMatSubExprTrait.h:77
Header file for the DVecDVecSubExprTrait class template.