![]() |
Base class for all matrix real part expression templates.The MatRealExpr class serves as a tag for all expression templates that implement a matrix real part operation. All classes, that represent a matrix real part 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 matrix real part expression template. Only in case a class is derived from the MatRealExpr base class, the IsMatRealExpr type trait recognizes the class as valid matrix real part expression template. More...
#include <MatRealExpr.h>
Inherits blaze::RealExpr.
Inherited by blaze::DMatRealExpr< MT, SO > [private]
, and blaze::SMatRealExpr< MT, SO > [private]
.
Base class for all matrix real part expression templates.
The MatRealExpr class serves as a tag for all expression templates that implement a matrix real part operation. All classes, that represent a matrix real part 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 matrix real part expression template. Only in case a class is derived from the MatRealExpr base class, the IsMatRealExpr type trait recognizes the class as valid matrix real part expression template.