
Public Types | |
| typedef internal::traits < Derived >::StorageKind | StorageKind |
| typedef internal::traits < Derived >::Index | Index |
Public Member Functions | |
| Transpose (const PermutationType &p) | |
| int | rows () const |
| int | cols () const |
| PlainPermutationType | eval () const |
| DenseMatrixType | toDenseMatrix () const |
| template<typename OtherDerived > | |
| const internal::permut_matrix_product_retval < PermutationType, OtherDerived, OnTheLeft, true > | operator* (const MatrixBase< OtherDerived > &matrix) const |
| const PermutationType & | nestedPermutation () const |
| Derived & | derived () |
| const Derived & | derived () const |
| Derived & | const_cast_derived () const |
| const Derived & | const_derived () const |
| Index | size () 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 PermutationType & | m_permutation |
Private Types | |
| typedef Derived | PermutationType |
| typedef PermutationType::IndicesType | IndicesType |
| typedef PermutationType::PlainPermutationType | PlainPermutationType |
Friends | |
| template<typename OtherDerived > | |
| const internal::permut_matrix_product_retval < PermutationType, OtherDerived, OnTheRight, true > | operator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trPerm) |
typedef internal::traits<Derived>::Index Eigen::EigenBase::Index [inherited] |
typedef PermutationType::IndicesType Eigen::Transpose< PermutationBase< Derived > >::IndicesType [private] |
typedef Derived Eigen::Transpose< PermutationBase< Derived > >::PermutationType [private] |
typedef PermutationType::PlainPermutationType Eigen::Transpose< PermutationBase< Derived > >::PlainPermutationType [private] |
typedef internal::traits<Derived>::StorageKind Eigen::EigenBase::StorageKind [inherited] |
| Eigen::Transpose< PermutationBase< Derived > >::Transpose | ( | const PermutationType & | p | ) | [inline] |
| void Eigen::EigenBase::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| int Eigen::Transpose< PermutationBase< Derived > >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >.
| Derived& Eigen::EigenBase::const_cast_derived | ( | ) | const [inline, inherited] |
| const Derived& Eigen::EigenBase::const_derived | ( | ) | const [inline, inherited] |
| Derived& Eigen::EigenBase::derived | ( | ) | [inline, inherited] |
| const Derived& Eigen::EigenBase::derived | ( | ) | const [inline, inherited] |
| PlainPermutationType Eigen::Transpose< PermutationBase< Derived > >::eval | ( | ) | const [inline] |
| void Eigen::EigenBase::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const PermutationType& Eigen::Transpose< PermutationBase< Derived > >::nestedPermutation | ( | ) | const [inline] |
| const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheLeft, true> Eigen::Transpose< PermutationBase< Derived > >::operator* | ( | const MatrixBase< OtherDerived > & | matrix | ) | const [inline] |
| int Eigen::Transpose< PermutationBase< Derived > >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >.
| Index Eigen::EigenBase::size | ( | ) | const [inline, inherited] |
| void Eigen::EigenBase::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| DenseMatrixType Eigen::Transpose< PermutationBase< Derived > >::toDenseMatrix | ( | ) | const [inline] |
| const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheRight, true> operator* | ( | const MatrixBase< OtherDerived > & | matrix, |
| const Transpose< PermutationBase< Derived > > & | trPerm | ||
| ) | [friend] |
const PermutationType& Eigen::Transpose< PermutationBase< Derived > >::m_permutation [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |