![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
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.
Inheritance diagram for Eigen::PermutationWrapper< IndicesType_ >:Public Member Functions | |
| const internal::remove_all_t< typename IndicesType::Nested > & | indices () const |
Public Member Functions inherited from Eigen::PermutationBase< PermutationWrapper< IndicesType_ > > | |
| 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 |
Public Member Functions inherited from Eigen::EigenBase< PermutationWrapper< IndicesType_ > > | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| PermutationWrapper< IndicesType_ > & | derived () |
| const PermutationWrapper< IndicesType_ > & | derived () const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
Additional Inherited Members | |
Public Types inherited from Eigen::EigenBase< PermutationWrapper< IndicesType_ > > | |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
|
inline |
const version of indices().