![]() |
Blaze
3.6
|
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. More...
#include <MatMatKronExpr.h>
Inherits blaze::KronExpr< 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.