
Public Types | |
| typedef internal::traits< Map < PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::StorageKind | StorageKind |
| typedef internal::traits< Map < PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::Index | Index |
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. | |
| Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | applyTranspositionOnTheLeft (Index i, Index j) |
Multiplies *this by the transposition on the left. | |
| Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | 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 |
| Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | derived () |
| const Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | derived () const |
| Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | const_cast_derived () const |
| const Map< PermutationMatrix < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & | 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 | |
| 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< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::Index Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::Index [inherited] |
typedef internal::traits<Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::StorageKind Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::StorageKind [inherited] |
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] |
| void Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::applyTranspositionOnTheLeft | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::applyTranspositionOnTheRight | ( | Index | i, |
| Index | j | ||
| ) | [inline, inherited] |
| Index Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::const_cast_derived | ( | ) | const [inline, inherited] |
| const Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::const_derived | ( | ) | const [inline, inherited] |
| const Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::derived | ( | ) | const [inline, inherited] |
| Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > & Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::derived | ( | ) | [inline, inherited] |
| void Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| IndicesType& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::indices | ( | ) | [inline] |
Reimplemented from Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| 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 > >.
| Transpose<PermutationBase> Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::inverse | ( | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::operator* | ( | const Transpose< PermutationBase< Other > > & | other | ) | const [inline, inherited] |
| PlainPermutationType Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::operator* | ( | const PermutationBase< Other > & | other | ) | const [inline, inherited] |
| Map& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::operator= | ( | const TranspositionsBase< Other > & | tr | ) | [inline] |
Assignment from the Transpositions tr.
| Map& Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::operator= | ( | const PermutationBase< Other > & | other | ) | [inline] |
| void Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::resize | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| void Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::setIdentity | ( | ) | [inline, inherited] |
| void Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::setIdentity | ( | Index | size | ) | [inline, inherited] |
| Index Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::size | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >.
| void Eigen::EigenBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| DenseMatrixType Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::toDenseMatrix | ( | ) | const [inline, inherited] |
| Transpose<PermutationBase> Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >::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.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |