Blaze 3.9
blaze::MatMatSolveExpr< MT > Struct Template Reference

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

#include <MatMatSolveExpr.h>

Inherits blaze::SolveExpr< MT >.

Detailed Description

template<typename MT>
struct blaze::MatMatSolveExpr< MT >

Base class for all multi LSE solver expression templates.

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


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