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

  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 43 * \sa class PermutationMatrix, class PermutationWrapper
305 * \sa class PermutationBase, class PermutationWrapper, class DiagonalMatrix
486 struct traits<PermutationWrapper<_IndicesType> >
502 /** \class PermutationWrapper
514 class PermutationWrapper : public PermutationBase<PermutationWrapper<_IndicesType> >
516 typedef PermutationBase<PermutationWrapper> Base;
517 typedef internal::traits<PermutationWrapper> Traits;
524 inline PermutationWrapper(const IndicesType& indices)
620 const PermutationWrapper<const Derived> MatrixBase<Derived>::asPermutation() cons
    [all...]
Transpositions.h 281 : traits<PermutationWrapper<_IndicesType> >
MatrixBase.h 274 const PermutationWrapper<const Derived> asPermutation() const;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 109 template<typename _IndicesType> class PermutationWrapper;

Completed in 625 milliseconds