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

Base class for all matrix no-SIMD expression templates. More...

#include <MatNoSIMDExpr.h>

Inherits blaze::NoSIMDExpr< MT >.

Detailed Description

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

Base class for all matrix no-SIMD expression templates.

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


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