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

Base class for all eigenvalue expression templates. More...

#include <EigenExpr.h>

Inherits blaze::Expression< MT >.

Detailed Description

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

Base class for all eigenvalue expression templates.

The EigenExpr class serves as a tag for all expression templates that implement an eigenvalue computation. All classes, that represent an eigenvalue computation 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 eigenvalue expression template. Only in case a class is derived publicly from the EigenExpr base class, the IsEigenExpr type trait recognizes the class as valid eigenvalue expression template.


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