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.

Public Types | |
| typedef internal::traits < PermutationWrapper < _IndicesType > >::StorageKind | StorageKind |
| typedef internal::traits < PermutationWrapper < _IndicesType > >::Index | Index |
Public Member Functions | |
| PermutationWrapper (const IndicesType &indices) | |
| const internal::remove_all < typename IndicesType::Nested > ::type & | indices () const |
| const version of indices(). | |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| DenseMatrixType | toDenseMatrix () const |
| IndicesType & | indices () |
| void | resize (Index size) |
| Resizes to given size. | |
| void | setIdentity () |
| Sets *this to be the identity permutation matrix. | |
| void | setIdentity (Index size) |
| Sets *this to be the identity permutation matrix of given size. | |
| PermutationWrapper < _IndicesType > & | applyTranspositionOnTheLeft (Index i, Index j) |
Multiplies *this by the transposition on the left. | |
| PermutationWrapper < _IndicesType > & | applyTranspositionOnTheRight (Index i, Index j) |
Multiplies *this by the transposition on the right. | |
| Transpose< PermutationBase > | inverse () const |
| Transpose< PermutationBase > | transpose () const |
| PlainPermutationType | operator* (const PermutationBase< Other > &other) const |
| PlainPermutationType | operator* (const Transpose< PermutationBase< Other > > &other) const |
| PermutationWrapper < _IndicesType > & | derived () |
| const PermutationWrapper < _IndicesType > & | derived () const |
| PermutationWrapper < _IndicesType > & | const_cast_derived () const |
| const PermutationWrapper < _IndicesType > & | const_derived () const |
| void | evalTo (Dest &dst) const |
| void | addTo (Dest &dst) const |
| void | subTo (Dest &dst) const |
| void | applyThisOnTheRight (Dest &dst) const |
| void | applyThisOnTheLeft (Dest &dst) const |
Protected Attributes | |
| const IndicesType::Nested | m_indices |
Private Types | |
| typedef PermutationBase < PermutationWrapper > | Base |
| typedef internal::traits < PermutationWrapper > | Traits |
Friends | |
| PlainPermutationType | operator* (const Transpose< PermutationBase< Other > > &other, const PermutationBase &perm) |
typedef PermutationBase<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Base [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
typedef internal::traits<PermutationWrapper< _IndicesType > >::Index Eigen::EigenBase< PermutationWrapper< _IndicesType > >::Index [inherited] |
typedef internal::traits<PermutationWrapper< _IndicesType > >::StorageKind Eigen::EigenBase< PermutationWrapper< _IndicesType > >::StorageKind [inherited] |
typedef internal::traits<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Traits [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
| Eigen::PermutationWrapper< _IndicesType >::PermutationWrapper | ( | const IndicesType & | indices | ) | [inline] |
| void Eigen::EigenBase< PermutationWrapper< _IndicesType > >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< PermutationWrapper< _IndicesType > >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< PermutationWrapper< _IndicesType > >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| PermutationWrapper< _IndicesType > & Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::applyTranspositionOnTheLeft | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| PermutationWrapper< _IndicesType > & Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::applyTranspositionOnTheRight | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| Index Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< PermutationWrapper< _IndicesType > >.
| PermutationWrapper< _IndicesType > & Eigen::EigenBase< PermutationWrapper< _IndicesType > >::const_cast_derived | ( | ) | const [inline, inherited] |
| const PermutationWrapper< _IndicesType > & Eigen::EigenBase< PermutationWrapper< _IndicesType > >::const_derived | ( | ) | const [inline, inherited] |
| const PermutationWrapper< _IndicesType > & Eigen::EigenBase< PermutationWrapper< _IndicesType > >::derived | ( | ) | const [inline, inherited] |
| PermutationWrapper< _IndicesType > & Eigen::EigenBase< PermutationWrapper< _IndicesType > >::derived | ( | ) | [inline, inherited] |
| void Eigen::EigenBase< PermutationWrapper< _IndicesType > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
| IndicesType& Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::indices | ( | ) | [inline, inherited] |
| Transpose<PermutationBase> Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::inverse | ( | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::operator* | ( | const Transpose< PermutationBase< Other > > & | other | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::operator* | ( | const PermutationBase< Other > & | other | ) | const [inline, inherited] |
| void Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::resize | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< PermutationWrapper< _IndicesType > >.
| void Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::setIdentity | ( | ) | [inline, inherited] |
| void Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::setIdentity | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::size | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< PermutationWrapper< _IndicesType > >.
| void Eigen::EigenBase< PermutationWrapper< _IndicesType > >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| DenseMatrixType Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::toDenseMatrix | ( | ) | const [inline, inherited] |
| Transpose<PermutationBase> Eigen::PermutationBase< PermutationWrapper< _IndicesType > >::transpose | ( | ) | const [inline, inherited] |
| PlainPermutationType operator* | ( | const Transpose< PermutationBase< Other > > & | other, |
| const PermutationBase< PermutationWrapper< _IndicesType > > & | perm | ||
| ) | [friend, inherited] |
const IndicesType::Nested Eigen::PermutationWrapper< _IndicesType >::m_indices [protected] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |