All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
blaze::MatMatSubExpr Struct Reference

Base class for all matrix/matrix subtraction expression templates.The MatMatSubExpr class serves as a tag for all expression templates that implement a matrix/matrix subtraction. All classes, that represent a matrix subtraction and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as matrix subtraction expression template. Only in case a class is derived from the MatMatSubExpr base class, the IsMatMatSubExpr type trait recognizes the class as valid matrix subtraction expression template. More...

#include <MatMatSubExpr.h>

Inherits blaze::SubExpr.

Inherited by blaze::DMatDMatSubExpr< MT1, MT2, SO > [private], blaze::DMatSMatSubExpr< MT1, MT2, SO > [private], blaze::DMatTDMatSubExpr< MT1, MT2 > [private], blaze::DMatTSMatSubExpr< MT1, MT2 > [private], blaze::SMatDMatSubExpr< typename, typename, bool > [private], blaze::SMatSMatSubExpr< typename, typename > [private], blaze::SMatTDMatSubExpr< typename, typename > [private], blaze::SMatTSMatSubExpr< typename, typename > [private], blaze::TDMatSMatSubExpr< typename, typename > [private], blaze::TSMatDMatSubExpr< typename, typename > [private], blaze::TSMatSMatSubExpr< typename, typename > [private], and blaze::TSMatTSMatSubExpr< typename, typename > [private].

Detailed Description

Base class for all matrix/matrix subtraction expression templates.

The MatMatSubExpr class serves as a tag for all expression templates that implement a matrix/matrix subtraction. All classes, that represent a matrix subtraction and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as matrix subtraction expression template. Only in case a class is derived from the MatMatSubExpr base class, the IsMatMatSubExpr type trait recognizes the class as valid matrix subtraction expression template.


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