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

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

#include <MatExpExpr.h>

Inherits blaze::Expression< MT >.

Detailed Description

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

Base class for all matrix exponential expression templates.

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


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