HomeSort by relevance Sort by last modified time
    Searched refs:PermutationStorage (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 88 template <int ProductTag> struct product_promote_storage_type<Sparse, PermutationStorage, ProductTag> { typedef Sparse ret; };
89 template <int ProductTag> struct product_promote_storage_type<PermutationStorage, Sparse, ProductTag> { typedef Sparse ret; };
162 operator*(const SparseMatrixBase<SparseDerived>& matrix, const InverseImpl<PermutationType, PermutationStorage>& tperm)
171 operator*(const InverseImpl<PermutationType,PermutationStorage>& tperm, const SparseMatrixBase<SparseDerived>& matrix)
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 238 inline PlainPermutationType operator*(const InverseImpl<Other,PermutationStorage>& other) const
246 inline PlainPermutationType operator*(const InverseImpl<Other, PermutationStorage>& other, const PermutationBase& perm)
287 typedef PermutationStorage StorageKind;
397 PermutationMatrix(const InverseImpl<Other,PermutationStorage>& other)
424 typedef PermutationStorage StorageKind;
488 typedef PermutationStorage StorageKind;
564 class InverseImpl<PermutationType, PermutationStorage>
CoreEvaluators.h 33 template<> struct storage_kind_to_shape<PermutationStorage> { typedef PermutationShape Shape; };
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 500 struct PermutationStorage {};
XprHelper.h 570 template <typename A, int ProductTag> struct product_promote_storage_type<A, PermutationStorage, ProductTag> { typedef A ret; };
571 template <typename B, int ProductTag> struct product_promote_storage_type<PermutationStorage, B, ProductTag> { typedef B ret; };
572 template <int ProductTag> struct product_promote_storage_type<Dense, PermutationStorage, ProductTag> { typedef Dense ret; };
573 template <int ProductTag> struct product_promote_storage_type<PermutationStorage, Dense, ProductTag> { typedef Dense ret; };
    [all...]

Completed in 511 milliseconds