Inheritance diagram for Transpose< PermutationBase< Derived > >:Public Types | |
| typedef internal::traits < Transpose< PermutationBase < Derived > > >::Index | Index |
| typedef internal::traits < Transpose< PermutationBase < Derived > > >::StorageKind | StorageKind |
Public Member Functions | |
| void | addTo (Dest &dst) const |
| void | applyThisOnTheLeft (Dest &dst) const |
| void | applyThisOnTheRight (Dest &dst) const |
| int | cols () const |
| Transpose< PermutationBase < Derived > > & | const_cast_derived () const |
| const Transpose < PermutationBase< Derived > > & | const_derived () const |
| Transpose< PermutationBase < Derived > > & | derived () |
| const Transpose < PermutationBase< Derived > > & | derived () const |
| PlainPermutationType | eval () const |
| void | evalTo (Dest &dst) const |
| const PermutationType & | nestedPermutation () const |
| template<typename OtherDerived > | |
| const internal::permut_matrix_product_retval < PermutationType, OtherDerived, OnTheLeft, true > | operator* (const MatrixBase< OtherDerived > &matrix) const |
| int | rows () const |
| Index | size () const |
| void | subTo (Dest &dst) const |
| DenseMatrixType | toDenseMatrix () const |
| Transpose (const PermutationType &p) | |
Protected Attributes | |
| const PermutationType & | m_permutation |
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<Transpose< PermutationBase< Derived > > >::Index Index [inherited] |
typedef internal::traits<Transpose< PermutationBase< Derived > > >::StorageKind StorageKind [inherited] |
| Transpose | ( | const PermutationType & | p | ) | [inline] |
| void addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| int cols | ( | void | ) | const [inline] |
Reimplemented from EigenBase< Transpose< PermutationBase< Derived > > >.
| Transpose< PermutationBase< Derived > > & const_cast_derived | ( | ) | const [inline, inherited] |
| const Transpose< PermutationBase< Derived > > & const_derived | ( | ) | const [inline, inherited] |
| Transpose< PermutationBase< Derived > > & derived | ( | ) | [inline, inherited] |
| const Transpose< PermutationBase< Derived > > & derived | ( | ) | const [inline, inherited] |
| PlainPermutationType eval | ( | ) | const [inline] |
| void evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const PermutationType& nestedPermutation | ( | ) | const [inline] |
| const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheLeft, true> operator* | ( | const MatrixBase< OtherDerived > & | matrix | ) | const [inline] |
| int rows | ( | void | ) | const [inline] |
Reimplemented from EigenBase< Transpose< PermutationBase< Derived > > >.
| Index size | ( | ) | const [inline, inherited] |
| void subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| DenseMatrixType 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& m_permutation [protected] |
1.7.5.1