
Public Member Functions | |
| Map (const Index *indices) | |
| Map (const Index *indices, Index size) | |
| template<typename Other > | |
| Map & | operator= (const PermutationBase< Other > &other) |
| Copies the other permutation into *this. | |
| template<typename Other > | |
| Map & | operator= (const TranspositionsBase< Other > &tr) |
| Assignment from the Transpositions tr. | |
| const IndicesType & | indices () const |
| const version of indices(). | |
| IndicesType & | indices () |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| DenseMatrixType | toDenseMatrix () const |
| 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 | |
| IndicesType | m_indices |
Private Types | |
| typedef PermutationBase< Map > | Base |
| typedef internal::traits< Map > | Traits |
Friends | |
| PlainPermutationType | operator* (const Transpose< PermutationBase< Other > > &other, const PermutationBase &perm) |
typedef PermutationBase<Map> Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::Base [private] |
typedef internal::traits<Map> Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::Traits [private] |
| Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::Map | ( | const Index * | indices | ) | [inline] |
| Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::Map | ( | const Index * | indices, |
| Index | size | ||
| ) | [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] |
| const IndicesType& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| IndicesType& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::indices | ( | ) | [inline] |
Reimplemented from Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| 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] |
| Map& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::operator= | ( | const PermutationBase< Other > & | other | ) | [inline] |
| Map& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::operator= | ( | const TranspositionsBase< Other > & | tr | ) | [inline] |
Assignment from the Transpositions tr.
| 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< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > > & | perm | ||
| ) | [friend, inherited] |
IndicesType Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::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 |