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 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. | |
| Derived & | applyTranspositionOnTheLeft (Index i, Index j) |
Multiplies *this by the transposition on the left. | |
| Derived & | 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 |
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::Base [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
typedef internal::traits<PermutationWrapper> Eigen::PermutationWrapper::Traits [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
| Eigen::PermutationWrapper::PermutationWrapper | ( | const IndicesType & | indices | ) | [inline] |
| Derived& Eigen::PermutationBase::applyTranspositionOnTheLeft | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| Derived& Eigen::PermutationBase::applyTranspositionOnTheRight | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| Index Eigen::PermutationBase::cols | ( | void | ) | const [inline, inherited] |
| IndicesType& Eigen::PermutationBase::indices | ( | ) | [inline, inherited] |
| const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
| Transpose<PermutationBase> Eigen::PermutationBase::inverse | ( | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase::operator* | ( | const PermutationBase< Other > & | other | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase::operator* | ( | const Transpose< PermutationBase< Other > > & | other | ) | const [inline, inherited] |
| void Eigen::PermutationBase::resize | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase::rows | ( | void | ) | const [inline, inherited] |
| void Eigen::PermutationBase::setIdentity | ( | ) | [inline, inherited] |
| void Eigen::PermutationBase::setIdentity | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase::size | ( | ) | const [inline, inherited] |
| DenseMatrixType Eigen::PermutationBase::toDenseMatrix | ( | ) | const [inline, inherited] |
| Transpose<PermutationBase> Eigen::PermutationBase::transpose | ( | ) | const [inline, inherited] |
| PlainPermutationType operator* | ( | const Transpose< PermutationBase< Other > > & | other, |
| const PermutationBase< PermutationWrapper< _IndicesType > > & | perm | ||
| ) | [friend, inherited] |
const IndicesType::Nested Eigen::PermutationWrapper::m_indices [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |