Class to view a vector of integers as a permutation matrix.
| _IndicesType | the type of the vector of integer (can be any compatible expression) | 
This class allows to view any vector expression of integers as a permutation matrix.
| const internal::remove_all< typename IndicesType::Nested >::type & | indices () const | 
|  | |
| PermutationWrapper< _IndicesType > & | applyTranspositionOnTheLeft (Index i, Index j) | 
| PermutationWrapper< _IndicesType > & | applyTranspositionOnTheRight (Index i, Index j) | 
| Index | cols () const | 
| Index | determinant () const | 
| IndicesType & | indices () | 
| const IndicesType & | indices () const | 
| InverseReturnType | inverse () const | 
| PlainPermutationType | operator* (const InverseImpl< Other, PermutationStorage > &other) const | 
| PlainPermutationType | operator* (const PermutationBase< Other > &other) const | 
| PermutationWrapper< _IndicesType > & | operator= (const PermutationBase< OtherDerived > &other) | 
| PermutationWrapper< _IndicesType > & | operator= (const TranspositionsBase< OtherDerived > &tr) | 
| void | resize (Index newSize) | 
| Index | rows () const | 
| void | setIdentity () | 
| void | setIdentity (Index newSize) | 
| Index | size () const | 
| DenseMatrixType | toDenseMatrix () const | 
| InverseReturnType | transpose () const | 
|  | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT | 
| Derived & | derived () | 
| const Derived & | derived () const | 
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT | 
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT | 
|  | |
| typedef Eigen::Index | Index | 
| The interface type of indices. More... | |
| 
 | inline | 
const version of indices().
    © Eigen.
Licensed under the MPL2 License.
    https://eigen.tuxfamily.org/dox/classEigen_1_1PermutationWrapper.html