Searched refs:PermutationStorage (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | PermutationMatrix.h | 238 inline PlainPermutationType operator*(const InverseImpl<Other,PermutationStorage>& other) const 246 …inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const P… 287 typedef PermutationStorage StorageKind; 397 PermutationMatrix(const InverseImpl<Other,PermutationStorage>& other) 424 typedef PermutationStorage StorageKind; 488 typedef PermutationStorage StorageKind; 564 class InverseImpl<PermutationType, PermutationStorage>
|
D | CoreEvaluators.h | 33 template<> struct storage_kind_to_shape<PermutationStorage> { typedef PermutationShape Shape; …
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparsePermutation.h | 88 …roductTag> struct product_promote_storage_type<Sparse, PermutationStorage, ProductTag>… 89 template <int ProductTag> struct product_promote_storage_type<PermutationStorage, Sparse, … 162 …seMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, PermutationStorage>& tperm) 171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<Spar…
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 570 …roductTag> struct product_promote_storage_type<A, PermutationStorage, ProductTag>… 571 template <typename B, int ProductTag> struct product_promote_storage_type<PermutationStorage, B, … 572 … struct product_promote_storage_type<Dense, PermutationStorage, ProductTag>… 573 template <int ProductTag> struct product_promote_storage_type<PermutationStorage, Dense…
|
D | Constants.h | 500 struct PermutationStorage {}; struct
|