blaze::MatImagExpr Struct Reference

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

#include <MatImagExpr.h>

Inherits blaze::ImagExpr.

Inherited by blaze::DMatImagExpr< MT, SO > [private], and blaze::SMatImagExpr< MT, SO > [private].

Detailed Description

Base class for all matrix imaginary part expression templates.

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


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