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

  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 39 * \sa class PermutationMatrix, class PermutationWrapper
269 * \sa class PermutationBase, class PermutationWrapper, class DiagonalMatrix
448 /** \class PermutationWrapper
465 struct traits<PermutationWrapper<_IndicesType> >
483 class PermutationWrapper : public PermutationBase<PermutationWrapper<_IndicesType> >
485 typedef PermutationBase<PermutationWrapper> Base;
486 typedef internal::traits<PermutationWrapper> Traits;
493 inline PermutationWrapper(const IndicesType& a_indices)
682 const PermutationWrapper<const Derived> MatrixBase<Derived>::asPermutation() cons
    [all...]
MatrixBase.h 272 const PermutationWrapper<const Derived> asPermutation() const;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 104 template<typename _IndicesType> class PermutationWrapper;

Completed in 86 milliseconds