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

Base class for all matrix/matrix multiplication expression templates.The MatMatMultExpr class serves as a tag for all expression templates that implement a matrix/matrix multiplication. All classes, that represent a matrix multiplication 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 multiplication expression template. Only in case a class is derived from the MatMatMultExpr base class, the IsMatMatMultExpr type trait recognizes the class as valid matrix multiplication expression template. More...

#include <MatMatMultExpr.h>

Inherits blaze::MultExpr.

Inherited by blaze::DMatDMatMultExpr< MT1, MT2 > [private], blaze::DMatSMatMultExpr< MT1, MT2 > [private], blaze::DMatTDMatMultExpr< MT1, MT2 > [private], blaze::DMatTSMatMultExpr< MT1, MT2 > [private], blaze::SMatDMatMultExpr< typename, typename > [private], blaze::SMatSMatMultExpr< typename, typename > [private], blaze::SMatTDMatMultExpr< typename, typename > [private], blaze::SMatTSMatMultExpr< typename, typename > [private], blaze::TDMatDMatMultExpr< typename, typename > [private], blaze::TDMatSMatMultExpr< typename, typename > [private], blaze::TDMatTDMatMultExpr< typename, typename > [private], blaze::TDMatTSMatMultExpr< typename, typename > [private], blaze::TSMatDMatMultExpr< typename, typename > [private], blaze::TSMatSMatMultExpr< typename, typename > [private], blaze::TSMatTDMatMultExpr< typename, typename > [private], and blaze::TSMatTSMatMultExpr< typename, typename > [private].

Detailed Description

Base class for all matrix/matrix multiplication expression templates.

The MatMatMultExpr class serves as a tag for all expression templates that implement a matrix/matrix multiplication. All classes, that represent a matrix multiplication 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 multiplication expression template. Only in case a class is derived from the MatMatMultExpr base class, the IsMatMatMultExpr type trait recognizes the class as valid matrix multiplication expression template.


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