![]() |
Base class for all expression templates.The Expression class is the base class for all expression templates. All classes, that represent a mathematical operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as expression template. Only in case a class is derived from the Expression base class, the IsExpression type trait recognizes the class as valid expression template. More...
#include <Expression.h>
Inherited by blaze::AddExpr [private]
, blaze::CrossExpr [private]
, blaze::DivExpr [private]
, blaze::EvalExpr [private]
, blaze::ForEachExpr [private]
, blaze::MatInvExpr [private]
, blaze::MultExpr [private]
, blaze::SerialExpr [private]
, blaze::SubExpr [private]
, blaze::TransExpr [private]
, and blaze::View [private]
.
Base class for all expression templates.
The Expression class is the base class for all expression templates. All classes, that represent a mathematical operation and that are used within the expression template environment of the Blaze library have to derive from this class in order to qualify as expression template. Only in case a class is derived from the Expression base class, the IsExpression type trait recognizes the class as valid expression template.