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