Home
last modified time | relevance | path

Searched refs:PermutationShape (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparsePermutation.h96 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/
DConstants.h519 struct PermutationShape { static std::string debugName() { return "PermutationShape"; } }; in debugName() argument
/external/eigen/Eigen/src/Core/
DProductEvaluators.h984 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>
DPermutationMatrix.h627 template<> struct AssignmentKind<DenseShape,PermutationShape> { typedef EigenBase2EigenBase Kind; };
DCoreEvaluators.h33 template<> struct storage_kind_to_shape<PermutationStorage> { typedef PermutationShape Shape; …