![]() |
Base class for all decldiag expression templates.The DeclDiagExpr class serves as a tag for all expression templates that represent an explicit diagonal declaration (decldiag) operation. All classes, that represent a decldiag operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as decldiag expression template. Only in case a class is derived from the DeclDiagExpr base class, the IsDeclDiagExpr type trait recognizes the class as valid decldiag expression template. More...
#include <DeclDiagExpr.h>
Inherits blaze::DeclExpr.
Inherited by blaze::DMatDeclDiagExpr< MT, SO > [private]
, and blaze::SMatDeclDiagExpr< MT, SO > [private]
.
Base class for all decldiag expression templates.
The DeclDiagExpr class serves as a tag for all expression templates that represent an explicit diagonal declaration (decldiag) operation. All classes, that represent a decldiag operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as decldiag expression template. Only in case a class is derived from the DeclDiagExpr base class, the IsDeclDiagExpr type trait recognizes the class as valid decldiag expression template.