![]() |
Base class for all multiplication expression templates.The MultExpr class serves as a tag for all expression templates that implement mathematical multiplications. All classes, that represent a mathematical multiplication (element-wise vector multiplications, matrix/vector multiplications, vector/matrix multiplications and matrix/matrix multiplications) and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as multiplication expression template. Only in case a class is derived from the MultExpr base class, the IsMultExpr type trait recognizes the class as valid multiplication expression template. More...
#include <MultExpr.h>
Inherits blaze::Expression.
Inherited by blaze::MatMatMultExpr [private]
, blaze::MatScalarMultExpr [private]
, blaze::MatVecMultExpr [private]
, blaze::TVecMatMultExpr [private]
, blaze::VecScalarMultExpr [private]
, blaze::VecTVecMultExpr [private]
, and blaze::VecVecMultExpr [private]
.
Base class for all multiplication expression templates.
The MultExpr class serves as a tag for all expression templates that implement mathematical multiplications. All classes, that represent a mathematical multiplication (element-wise vector multiplications, matrix/vector multiplications, vector/matrix multiplications and matrix/matrix multiplications) and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as multiplication expression template. Only in case a class is derived from the MultExpr base class, the IsMultExpr type trait recognizes the class as valid multiplication expression template.