![]() |
Base class for all imaginary part expression templates.The ImagExpr class serves as a tag for all expression templates that implement a imaginary part operation. All classes, that represent a imaginary 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 imaginary part expression template. Only in case a class is derived from the ImagExpr base class, the IsImagExpr type trait recognizes the class as valid imaginary part expression template. More...
#include <ImagExpr.h>
Inherits blaze::Expression.
Inherited by blaze::MatImagExpr [private]
, and blaze::VecImagExpr [private]
.
Base class for all imaginary part expression templates.
The ImagExpr class serves as a tag for all expression templates that implement a imaginary part operation. All classes, that represent a imaginary 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 imaginary part expression template. Only in case a class is derived from the ImagExpr base class, the IsImagExpr type trait recognizes the class as valid imaginary part expression template.