Blaze 3.9
blaze::MatMatAddExpr< MT > Struct Template Reference

Base class for all matrix/matrix addition expression templates. More...

#include <MatMatAddExpr.h>

Inherits blaze::AddExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::MatMatAddExpr< MT >

Base class for all matrix/matrix addition expression templates.

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


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