Searched refs:PermutationWrapper (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h39 * \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> > class in namespace:Eigen
485 typedef PermutationBase<PermutationWrapper> Base;
486 typedef internal::traits<PermutationWrapper> Traits;
493 inline PermutationWrapper(const IndicesType& a_indices) function in class:Eigen::PermutationWrapper
682 const PermutationWrapper<cons
[all...]
H A DMatrixBase.h272 const PermutationWrapper<const Derived> asPermutation() const;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h104 template<typename _IndicesType> class PermutationWrapper;

Completed in 453 milliseconds