Go to the source code of this file.
Classes |
| class | Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > |
| struct | internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > |
| class | PermutationBase< Derived > |
| | Base class for permutations. More...
|
| class | PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > |
| | Permutation matrix. More...
|
| struct | PermutationStorage |
| class | PermutationWrapper< _IndicesType > |
| | Class to view a vector of integers as a permutation matrix. More...
|
| struct | internal::traits< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > > |
| struct | internal::traits< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > > |
| struct | internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > > |
| struct | internal::traits< PermutationWrapper< _IndicesType > > |
| struct | internal::traits< Transpose< PermutationBase< Derived > > > |
| class | Transpose< PermutationBase< Derived > > |
Namespaces |
| namespace | internal |
Enumerations |
| enum | internal::PermPermProduct_t { internal::PermPermProduct
} |
Functions |
| template<typename Derived , typename PermutationDerived > |
const
internal::permut_matrix_product_retval
< PermutationDerived, Derived,
OnTheRight > | operator* (const MatrixBase< Derived > &matrix, const PermutationBase< PermutationDerived > &permutation) |
| template<typename Derived , typename PermutationDerived > |
const
internal::permut_matrix_product_retval
< PermutationDerived, Derived,
OnTheLeft > | operator* (const PermutationBase< PermutationDerived > &permutation, const MatrixBase< Derived > &matrix) |
Function Documentation
template<typename Derived , typename PermutationDerived >
- Returns:
- the matrix with the permutation applied to the columns.
Definition at line 521 of file PermutationMatrix.h.
template<typename Derived , typename PermutationDerived >
- Returns:
- the matrix with the permutation applied to the rows.
Definition at line 534 of file PermutationMatrix.h.