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