All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
blaze::SMatSMatMultExprTrait< MT1, MT2 > Struct Template Reference

Evaluation of the expression type of a sparse matrix/sparse matrix multiplication.Via this type trait it is possible to evaluate the resulting expression type of a sparse matrix/sparse matrix multiplication. Given the two row-major sparse matrix types MT1 and MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 or MT2 is not a row-major sparse matrix, the resulting data type Type is set to INVALID_TYPE. More...

#include <SMatSMatMultExprTrait.h>

Detailed Description

template<typename MT1, typename MT2>
struct blaze::SMatSMatMultExprTrait< MT1, MT2 >

Evaluation of the expression type of a sparse matrix/sparse matrix multiplication.

Via this type trait it is possible to evaluate the resulting expression type of a sparse matrix/sparse matrix multiplication. Given the two row-major sparse matrix types MT1 and MT2, the nested type Type corresponds to the resulting expression type. In case either MT1 or MT2 is not a row-major sparse matrix, the resulting data type Type is set to INVALID_TYPE.


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