![]() |
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 from this class in order to qualify as matrix addition expression template. Only in case a class is derived from the MatMatAddExpr base class, the IsMatMatAddExpr type trait recognizes the class as valid matrix addition expression template. More...
#include <MatMatAddExpr.h>
Inherits blaze::AddExpr.
Inherited by blaze::DMatDMatAddExpr< MT1, MT2, SO > [private]
, blaze::DMatSMatAddExpr< MT1, MT2, SO > [private]
, blaze::DMatTDMatAddExpr< MT1, MT2 > [private]
, blaze::DMatTSMatAddExpr< MT1, MT2 > [private]
, blaze::SMatSMatAddExpr< MT1, MT2 > [private]
, blaze::SMatTSMatAddExpr< MT1, MT2 > [private]
, blaze::TDMatSMatAddExpr< MT1, MT2 > [private]
, and blaze::TSMatTSMatAddExpr< MT1, MT2 > [private]
.
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 from this class in order to qualify as matrix addition expression template. Only in case a class is derived from the MatMatAddExpr base class, the IsMatMatAddExpr type trait recognizes the class as valid matrix addition expression template.