Expression object for dense matrix-dense vector multiplications.The DMatDVecMultExpr class represents the compile time expression for multiplications between row-major dense matrices and dense vectors.
More...
#include <DMatDVecMultExpr.h>
Inherits blaze::DenseVector< DMatDVecMultExpr< MT, VT >, false >, blaze::Expression, and blaze::Computation.
|
enum | { vectorizable = 0
} |
| Compilation switch for the expression template evaluation strategy.
|
|
enum | { canAlias
} |
| Compilation flag for the detection of aliasing effects.
|
|
typedef DMatDVecMultExpr< MT, VT > | This |
| Type of this DMatDVecMultExpr instance.
|
|
typedef MultTrait< MRT, VRT >::Type | ResultType |
| Result type for expression template evaluations.
|
|
typedef ResultType::TransposeType | TransposeType |
| Transpose type for expression template evaluations.
|
|
typedef ResultType::ElementType | ElementType |
| Resulting element type.
|
|
typedef IntrinsicTrait
< ElementType >::Type | IntrinsicType |
| Resulting intrinsic element type.
|
|
typedef const ElementType | ReturnType |
| Return type for expression template evaluations.
|
|
typedef const ResultType | CompositeType |
| Data type for composite expression templates.
|
|
typedef SelectType
< IsExpression< MT >::value,
const MT, const MT & >::Type | LeftOperand |
| Composite type of the left-hand side dense matrix expression.
|
|
typedef SelectType
< IsExpression< VT >::value,
const VT, const VT & >::Type | RightOperand |
| Composite type of the right-hand side dense vector expression.
|
|
typedef SelectType< evaluate,
const MRT, MCT >::Type | LT |
| Type for the assignment of the left-hand side dense matrix operand.
|
|
typedef SelectType
< IsComputation< VT >::value,
const VRT, VCT >::Type | RT |
| Type for the assignment of the right-hand side dense vector operand.
|
|
typedef VT | VectorType |
| Type of the vector.
|
|
|
enum | { evaluate
} |
| Compilation switch for the composite type of the left-hand side dense matrix expression.
|
|
typedef MT::ResultType | MRT |
| Result type of the left-hand side dense matrix expression.
|
|
typedef VT::ResultType | VRT |
| Result type of the right-hand side dense vector expression.
|
|
typedef MRT::ElementType | MET |
| Element type of the left-hand side dense matrix expression.
|
|
typedef VRT::ElementType | VET |
| Element type of the right-hand side dense vector expression.
|
|
typedef MT::CompositeType | MCT |
| Composite type of the left-hand side dense matrix expression.
|
|
typedef VT::CompositeType | VCT |
| Composite type of the right-hand side dense vector expression.
|
|
|
LeftOperand | mat_ |
| Left-hand side dense matrix of the multiplication expression.
|
|
RightOperand | vec_ |
| Right-hand side dense vector of the multiplication expression.
|
|
const size_t | end_ |
| End of the unrolled calculation loop.
|
|
template<typename MT, typename VT>
class blaze::DMatDVecMultExpr< MT, VT >
Expression object for dense matrix-dense vector multiplications.
The DMatDVecMultExpr class represents the compile time expression for multiplications between row-major dense matrices and dense vectors.
template<typename MT, typename VT>
Constructor for the DMatDVecMultExpr class.
- Parameters
-
mat | The left-hand side matrix operand of the multiplication expression. |
vec | The right-hand side vector operand of the multiplication expression. |
template<typename MT, typename VT>
template<typename T >
Returns whether the expression is aliased with the given address alias.
- Parameters
-
alias | The alias to be checked. |
- Returns
- true in case the given alias is contained in this expression, false if not.
template<typename MT, typename VT>
Returns the left-hand side dense matrix operand.
- Returns
- The left-hand side dense matrix operand.
template<typename MT, typename VT>
Subscript operator for the direct access to the vector elements.
- Parameters
-
index | Access index. The index has to be in the range . |
- Returns
- The resulting value.
template<typename VT, bool TF>
Conversion operator for non-constant vectors.
- Returns
- Reference of the actual type of the vector.
template<typename VT, bool TF>
Conversion operator for constant vectors.
- Returns
- Const reference of the actual type of the vector.
template<typename MT, typename VT>
Returns the right-hand side dense vector operand.
- Returns
- The right-hand side dense vector operand.
template<typename MT, typename VT>
Returns the current size/dimension of the vector.
- Returns
- The size of the vector.
The documentation for this class was generated from the following file: