blaze::ConjExpr Struct Reference

Base class for all conjugate complex expression templates.The ConjExpr class serves as a tag for all expression templates that implement a complex conjugate operation. All classes, that represent a 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 complex conjugate expression template. Only in case a class is derived from the ConjExpr base class, the IsConjExpr type trait recognizes the class as valid complex conjugate expression template. More...

#include <ConjExpr.h>

Inherits blaze::Expression.

Inherited by blaze::MatConjExpr [private], and blaze::VecConjExpr [private].

Detailed Description

Base class for all conjugate complex expression templates.

The ConjExpr class serves as a tag for all expression templates that implement a complex conjugate operation. All classes, that represent a 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 complex conjugate expression template. Only in case a class is derived from the ConjExpr base class, the IsConjExpr type trait recognizes the class as valid complex conjugate expression template.


The documentation for this struct was generated from the following file: