blaze::RowExprTrait< MT, CRAs > Struct Template Reference

Evaluation of the expression type type of a row operation.Via this type trait it is possible to evaluate the return type of a row operation. Given the dense or sparse matrix type MT, the nested type Type corresponds to the resulting return type. In case the given type is neither a dense nor a sparse matrix type, the resulting data type Type is set to INVALID_TYPE. More...

#include <RowExprTrait.h>

Detailed Description

template<typename MT, size_t... CRAs>
struct blaze::RowExprTrait< MT, CRAs >

Evaluation of the expression type type of a row operation.

Via this type trait it is possible to evaluate the return type of a row operation. Given the dense or sparse matrix type MT, the nested type Type corresponds to the resulting return type. In case the given type is neither a dense nor a sparse matrix type, the resulting data type Type is set to INVALID_TYPE.


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