![]() |
Blaze 3.9
|
Base class for all Kron product expression templates. More...
#include <KronExpr.h>
Inherits blaze::Expression< MT >.
Inherited by blaze::MatMatKronExpr< MT >.
Base class for all Kron product expression templates.
The KronExpr class serves as a tag for all expression templates that implement mathematical Kronecker products. All classes, that represent a mathematical addition (Kronecker products between vectors or matrices) 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 Kronecker product expression template. Only in case a class is derived publicly from the KronExpr base class, the IsKronExpr type trait recognizes the class as valid Kronecker product expression template.