![]() |
Blaze 3.9
|
Base class for all matrix generator expression templates. More...
#include <MatGenExpr.h>
Inherits blaze::GenExpr< MT >.
Base class for all matrix generator expression templates.
The MatGenExpr class serves as a tag for all expression templates that represent a matrix generator operation. All classes, that represent a matrix generator operation 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 generator expression template. Only in case a class is derived publicly from the MatGenExpr base class, the IsMatGenExpr type trait recognizes the class as valid matrix generator expression template.