Go to the source code of this file.
Classes |
class | PermutationBase< Derived > |
| Base class for permutations. More...
|
struct | internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > > |
class | PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > |
| Permutation matrix. More...
|
struct | internal::traits< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > > |
class | Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > |
struct | PermutationStorage |
struct | internal::traits< PermutationWrapper< _IndicesType > > |
class | PermutationWrapper< _IndicesType > |
| Class to view a vector of integers as a permutation matrix. More...
|
struct | internal::traits< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > > |
struct | internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > |
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.
template<typename Derived , typename PermutationDerived >
- Returns:
- the matrix with the permutation applied to the rows.