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

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

#include <SMatScalarDivExpr.h>

Public Types

enum  { value = IsFloatingPoint<ScalarType>::value }
 Compilation switch for the evaluation of the sparse 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,
SMatScalarMultExpr< MT,
ScalarType, SO >
, SMatScalarDivExpr< MT,
ScalarType, SO > >::Type 
Type
 Resulting type of the division between the given sparse matrix and scalar value.
 

Detailed Description

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

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

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


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