Blaze 3.9
blaze::MatRepeatExpr< MT, CEAs > Struct Template Reference

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

#include <MatRepeatExpr.h>

Inherits blaze::RepeatExpr< MT >.

Detailed Description

template<typename MT, size_t... CEAs>
struct blaze::MatRepeatExpr< MT, CEAs >

Base class for all matrix repeat expression templates.

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


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