![]() |
Blaze 3.9
|
Base class for all LSE solver expression templates. More...
#include <SolveExpr.h>
Inherits blaze::Expression< T >.
Base class for all LSE solver expression templates.
The SolveExpr class serves as a tag for all expression templates that implement an LSE solver operation. All classes, that represent an LSE solver operation 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 LSE solver expression template. Only in case a class is derived publicly from the SolveExpr base class, the IsSolveExpr type trait recognizes the class as valid LSE solver expression template.