Searched defs:PermutationWrapper (Results 1 - 1 of 1) 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...]

Completed in 119 milliseconds