Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DPermutationMatrix.h238 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>
DCoreEvaluators.h33 template<> struct storage_kind_to_shape<PermutationStorage> { typedef PermutationShape Shape; …
/external/eigen/Eigen/src/SparseCore/
DSparsePermutation.h88 …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/
DXprHelper.h570 …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…
DConstants.h500 struct PermutationStorage {}; struct