blaze::VecVecMultExpr Struct Reference

Base class for all vector/vector multiplication expression templates.The VecVecMultExpr class serves as a tag for all expression templates that implement a vector/vector multiplication. All classes, that represent a vector multiplication and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as vector multiplication expression template. Only in case a class is derived from the VecVecMultExpr base class, the IsVecVecMultExpr type trait recognizes the class as valid vector multiplication expression template. More...

#include <VecVecMultExpr.h>

Inherits blaze::MultExpr.

Inherited by blaze::DVecDVecMultExpr< VT1, VT2, TF > [private], blaze::DVecSVecMultExpr< VT1, VT2, TF > [private], blaze::SVecDVecMultExpr< VT1, VT2, TF > [private], and blaze::SVecSVecMultExpr< VT1, VT2, TF > [private].

Detailed Description

Base class for all vector/vector multiplication expression templates.

The VecVecMultExpr class serves as a tag for all expression templates that implement a vector/vector multiplication. All classes, that represent a vector multiplication and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as vector multiplication expression template. Only in case a class is derived from the VecVecMultExpr base class, the IsVecVecMultExpr type trait recognizes the class as valid vector multiplication expression template.


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