blaze::Transformation Struct Reference

Base class for all transform expression templates.The Transformation class serves as a tag for all transformation expression templates. All classes, that represent a transformation (e.g. transpositions) and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as transformation expression template. Only in case a class is derived from the Transformation base class, the IsTransformation type trait recognizes the class as valid transformation expression template. More...

#include <Transformation.h>

Inherits blaze::Operation.

Inherited by blaze::DVecExpandExpr< VT, TF, CEAs > [private], and blaze::SVecExpandExpr< VT, TF, CEAs > [private].

Detailed Description

Base class for all transform expression templates.

The Transformation class serves as a tag for all transformation expression templates. All classes, that represent a transformation (e.g. transpositions) and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as transformation expression template. Only in case a class is derived from the Transformation base class, the IsTransformation type trait recognizes the class as valid transformation expression template.


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