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