![]() |
Blaze 3.9
|
Base class for all division expression templates. More...
#include <DivExpr.h>
Inherits blaze::Expression< T >.
Base class for all division expression templates.
The DivExpr class serves as a tag for all expression templates that implement mathematical divisions. All classes, that represent a mathematical division (vector/vector divisions, vector/scalar divisions and matrix/scalar divisions) 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 division expression template. Only in case a class is derived publicly from the DivExpr base class, the IsDivExpr type trait recognizes the class as valid division expression template.