Searched refs:PermutationShape (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparsePermutation.h | 96 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, PermutationShape, SparseS… 111 …generic_product_impl<Lhs, Rhs, PermutationShape, SparseShape, ProductTag>::evalTo(m_result, xpr.lh… 119 … product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, SparseShape, PermutationShape > 134 …generic_product_impl<Lhs, Rhs, SparseShape, PermutationShape, ProductTag>::evalTo(m_result, xpr.lh…
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 519 struct PermutationShape { static std::string debugName() { return "PermutationShape"; } }; in debugName() argument
|
/external/eigen/Eigen/src/Core/ |
D | ProductEvaluators.h | 984 struct generic_product_impl<Lhs, Rhs, PermutationShape, MatrixShape, ProductTag> 994 struct generic_product_impl<Lhs, Rhs, MatrixShape, PermutationShape, ProductTag> 1004 struct generic_product_impl<Inverse<Lhs>, Rhs, PermutationShape, MatrixShape, ProductTag> 1014 struct generic_product_impl<Lhs, Inverse<Rhs>, MatrixShape, PermutationShape, ProductTag>
|
D | PermutationMatrix.h | 627 template<> struct AssignmentKind<DenseShape,PermutationShape> { typedef EigenBase2EigenBase Kind; };
|
D | CoreEvaluators.h | 33 template<> struct storage_kind_to_shape<PermutationStorage> { typedef PermutationShape Shape; …
|