Searched refs:TranspositionsShape (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 520 struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } }; in debugName() struct
|
/external/eigen/Eigen/src/Core/ |
D | ProductEvaluators.h | 1061 struct generic_product_impl<Lhs, Rhs, TranspositionsShape, MatrixShape, ProductTag> 1071 struct generic_product_impl<Lhs, Rhs, MatrixShape, TranspositionsShape, ProductTag> 1082 struct generic_product_impl<Transpose<Lhs>, Rhs, TranspositionsShape, MatrixShape, ProductTag> 1092 struct generic_product_impl<Lhs, Transpose<Rhs>, MatrixShape, TranspositionsShape, ProductTag>
|
D | CoreEvaluators.h | 34 template<> struct storage_kind_to_shape<TranspositionsStorage> { typedef TranspositionsShape Shape…
|