blaze::DMatDVecMultExprTrait< MT, VT > Struct Template Reference

Evaluation of the expression type of a dense matrix/dense vector multiplication.Via this type trait it is possible to evaluate the resulting expression type of a dense matrix/dense vector multiplication. Given the row-major dense matrix type MT and the non-transpose dense vector type VT, the nested type Type corresponds to the resulting expression type. In case either MT is not a row-major dense matrix type or VT is not a non-transpose dense vector type, the resulting data type Type is set to INVALID_TYPE. More...

#include <DMatDVecMultExprTrait.h>

Detailed Description

template<typename MT, typename VT>
struct blaze::DMatDVecMultExprTrait< MT, VT >

Evaluation of the expression type of a dense matrix/dense vector multiplication.

Via this type trait it is possible to evaluate the resulting expression type of a dense matrix/dense vector multiplication. Given the row-major dense matrix type MT and the non-transpose dense vector type VT, the nested type Type corresponds to the resulting expression type. In case either MT is not a row-major dense matrix type or VT is not a non-transpose dense vector type, the resulting data type Type is set to INVALID_TYPE.


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