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

Base class for all matrix/matrix Kronecker expression templates. More...

#include <MatMatKronExpr.h>

Inherits blaze::KronExpr< MT >.

Detailed Description

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

Base class for all matrix/matrix Kronecker expression templates.

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


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