blaze::VecImagExpr Struct Reference

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

#include <VecImagExpr.h>

Inherits blaze::ImagExpr.

Inherited by blaze::DVecImagExpr< VT, TF > [private], and blaze::SVecImagExpr< VT, TF > [private].

Detailed Description

Base class for all vector imaginary part expression templates.

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


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