35 #ifndef _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_H_
36 #define _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_H_
93 struct Failure {
typedef INVALID_TYPE Type; };
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
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:94
Header file for the SVecScalarDivExprTrait class template.
Header file for the RemoveCV type trait.
Evaluation of the expression type of a sparse matrix/scalar division.Via this type trait it is possib...
Definition: SMatScalarDivExprTrait.h:133
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:133
Header file for the IsVolatile type trait.
Header file for the IsMatrix type trait.
Evaluation of the resulting expression type of a division.Via this type trait it is possible to evalu...
Definition: DivExprTrait.h:88
Header file for the DVecScalarDivExprTrait class template.
Header file for the If class template.
Header file for the Or class template.
Evaluation of the expression type of a transpose sparse matrix/scalar division.Via this type trait it...
Definition: TSMatScalarDivExprTrait.h:133
Header file for the IsVector type trait.
Header file for the IsDenseMatrix type trait.
Header file for the IsNumeric type trait.
Removal of reference modifiers.The RemoveCV type trait removes any reference modifiers from the given...
Definition: RemoveReference.h:69
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:133
Header file for the division trait.
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:133
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 RemoveReference type trait.
Compile time check for constant data types.The IsConst type trait tests whether or not the given temp...
Definition: IsConst.h:94
Base template for the DivTrait class.
Definition: DivTrait.h:142
Header file for the IsRowMajorMatrix type trait.
Header file for the SMatScalarDivExprTrait class template.
Compile time type check.This class tests whether the given template parameter T is a reference type (...
Definition: IsReference.h:94
Header file for the TDMatScalarDivExprTrait class template.
Header file for the TSVecScalarDivExprTrait class template.
Evaluation of the expression type of a transpose dense matrix/scalar division.Via this type trait it ...
Definition: TDMatScalarDivExprTrait.h:133