Blaze 3.9
blaze::MatVecSolveExpr< VT > Struct Template Reference

Base class for all single LSE solver expression templates. More...

#include <MatVecSolveExpr.h>

Inherits blaze::SolveExpr< VT >.

Detailed Description

template<typename VT>
struct blaze::MatVecSolveExpr< VT >

Base class for all single LSE solver expression templates.

The MatVecSolveExpr class serves as a tag for all expression templates that implement a single LSE solver operation (i.e. a solver expression for a single right-hand side vector). All classes, that represent a single 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 single LSE solver expression template. Only in case a class is derived publicly from the MatVecSolveExpr base class, the IsMatVecSolveExpr type trait recognizes the class as valid single LSE solver expression template.


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