35#ifndef _BLAZE_MATH_EXPRESSIONS_VECTRANSEXPR_H_
36#define _BLAZE_MATH_EXPRESSIONS_VECTRANSEXPR_H_
66template<
typename VT >
101template<
typename VT >
106 return (*vector).operand();
Header file for the function trace functionality.
Header file for the TransExpr base class.
decltype(auto) trans(const DenseMatrix< MT, SO > &dm)
Calculation of the transpose of the given dense matrix.
Definition: DMatTransExpr.h:766
#define BLAZE_FUNCTION_TRACE
Function trace macro.
Definition: FunctionTrace.h:94
Base class for all transposition expression templates.
Definition: TransExpr.h:68
Base class for all vector transposition expression templates.
Definition: VecTransExpr.h:69