All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
blaze::DMatScalarDivExprHelper< MT, ST, SO > Struct Template Reference

Helper class for divisions of a dense matrix by a scalar.The DMatScalarDivExprHelper class is an auxiliary class to define the return type of the division between a dense matrix and a scalar value. More...

#include <DMatScalarDivExpr.h>

Public Types

enum  { value = IsFloatingPoint<ScalarType>::value }
 Compilation switch for the evaluation of the dense matrix/scalar division return type.
 
typedef DivTrait< typename
BaseElementType< MT >::Type,
ST >::Type 
ScalarType
 Scalar type for the instantiation of the resulting expression object.
 
typedef SelectType< value,
DMatScalarMultExpr< MT,
ScalarType, SO >
, DMatScalarDivExpr< MT,
ScalarType, SO > >::Type 
Type
 Resulting type of the division between the given dense matrix and scalar value.
 

Detailed Description

template<typename MT, typename ST, bool SO>
struct blaze::DMatScalarDivExprHelper< MT, ST, SO >

Helper class for divisions of a dense matrix by a scalar.

The DMatScalarDivExprHelper class is an auxiliary class to define the return type of the division between a dense matrix and a scalar value.


The documentation for this struct was generated from the following file: