#include <ProductEvaluators.h>
Public Types | |
typedef nested_eval< ExpressionType, 1 >::type | MatrixType |
typedef remove_all< MatrixType >::type | MatrixTypeCleaned |
Static Public Member Functions | |
template<typename Dest , typename TranspositionType > | |
static void | run (Dest &dst, const TranspositionType &tr, const ExpressionType &xpr) |
Definition at line 1035 of file ProductEvaluators.h.
typedef nested_eval<ExpressionType, 1>::type Eigen::internal::transposition_matrix_product< ExpressionType, Side, Transposed, ExpressionShape >::MatrixType |
Definition at line 1037 of file ProductEvaluators.h.
typedef remove_all<MatrixType>::type Eigen::internal::transposition_matrix_product< ExpressionType, Side, Transposed, ExpressionShape >::MatrixTypeCleaned |
Definition at line 1038 of file ProductEvaluators.h.
|
inlinestatic |
Definition at line 1041 of file ProductEvaluators.h.