Home
last modified time | relevance | path

Searched refs:TranspositionsShape (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DConstants.h520 struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } }; in debugName() argument
/external/eigen/Eigen/src/Core/
DProductEvaluators.h1055 struct generic_product_impl<Lhs, Rhs, TranspositionsShape, MatrixShape, ProductTag>
1065 struct generic_product_impl<Lhs, Rhs, MatrixShape, TranspositionsShape, ProductTag>
1076 struct generic_product_impl<Transpose<Lhs>, Rhs, TranspositionsShape, MatrixShape, ProductTag>
1086 struct generic_product_impl<Lhs, Transpose<Rhs>, MatrixShape, TranspositionsShape, ProductTag>
DCoreEvaluators.h34 template<> struct storage_kind_to_shape<TranspositionsStorage> { typedef TranspositionsShape Shape…