Blaze 3.9
blaze::MatTransExpr< MT > Struct Template Reference

Base class for all matrix transposition expression templates. More...

#include <MatTransExpr.h>

Inherits blaze::TransExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::MatTransExpr< MT >

Base class for all matrix transposition expression templates.

The MatTransExpr class serves as a tag for all expression templates that implement a matrix transposition operation. All classes, that represent a matrix transposition operation and that are used within the expression template environment of the Blaze library have to derive publicly from this class in order to qualify as matrix transposition expression template. Only in case a class is derived publicly from the MatTransExpr base class, the IsMatTransExpr type trait recognizes the class as valid matrix transposition expression template.


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