Blaze 3.9
blaze::IsMatMatSolveExpr< T > Struct Template Reference

Compile time check whether the given type is a multi LSE solver expression template. More...

#include <IsMatMatSolveExpr.h>

Inherits decltype isMatMatSolveExpr_backend std::declval< T * >.

Detailed Description

template<typename T>
struct blaze::IsMatMatSolveExpr< T >

Compile time check whether the given type is a multi LSE solver expression template.

This type trait class tests whether or not the given type Type is a multi LSE solver expression template (i.e. a solver expression for multiple right-hand side vectors). In order to qualify as a multi LSE solver expression template, the given type has to derive publicly from the MatMatSolveExpr base class. In case the given type is a valid multi LSE solver expression template, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.


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