Blaze  3.6
blaze::ReduceExpr< T > Struct Template Reference

Base class for all reduction expression templates.The ReduceExpr class serves as a tag for all expression templates that implement reduction operations. All classes, that represent a reduction operation (e.g. row-wise or column-wise matrix reductions) and that are used within the expression template environment of the Blaze library have to derive publicly from this class in order to qualify as reduction expression template. Only in case a class is derived publicly from the ReduceExpr base class, the IsReduceExpr type trait recognizes the class as valid reduction expression template. More...

#include <ReduceExpr.h>

Inherits blaze::Expression< T >.

Detailed Description

template<typename T>
struct blaze::ReduceExpr< T >

Base class for all reduction expression templates.

The ReduceExpr class serves as a tag for all expression templates that implement reduction operations. All classes, that represent a reduction operation (e.g. row-wise or column-wise matrix reductions) and that are used within the expression template environment of the Blaze library have to derive publicly from this class in order to qualify as reduction expression template. Only in case a class is derived publicly from the ReduceExpr base class, the IsReduceExpr type trait recognizes the class as valid reduction expression template.


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