![]() |
Base class for all outer product expression templates.The VecTVecMultExpr class serves as a tag for all expression templates that implement mathematical outer products (i.e. multiplications between a column vector and a row vector). All classes, that represent a mathematical outer product and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as outer product expression template. Only in case a class is derived from the VecTVecMultExpr base class, the IsVecTVecMultExpr type trait recognizes the class as valid outer product expression template. More...
#include <VecTVecMultExpr.h>
Inherits blaze::MultExpr.
Inherited by blaze::DVecTDVecMultExpr< VT1, VT2 > [private]
, blaze::DVecTSVecMultExpr< VT1, VT2 > [private]
, blaze::SVecTDVecMultExpr< VT1, VT2 > [private]
, and blaze::SVecTSVecMultExpr< VT1, VT2 > [private]
.
Base class for all outer product expression templates.
The VecTVecMultExpr class serves as a tag for all expression templates that implement mathematical outer products (i.e. multiplications between a column vector and a row vector). All classes, that represent a mathematical outer product and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as outer product expression template. Only in case a class is derived from the VecTVecMultExpr base class, the IsVecTVecMultExpr type trait recognizes the class as valid outer product expression template.