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

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

#include <MatInvExpr.h>

Inherits blaze::Expression< MT >.

Detailed Description

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

Base class for all matrix inversion expression templates.

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


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