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.h1061 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>
DCoreEvaluators.h34 template<> struct storage_kind_to_shape<TranspositionsStorage> { typedef TranspositionsShape Shape…