Go to the source code of this file.
|
| class | Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > |
| |
| struct | Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > |
| |
| struct | Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > |
| |
| struct | Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > |
| |
| class | Eigen::PermutationBase< Derived > |
| | Base class for permutations. More...
|
| |
| class | Eigen::PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > |
| | Permutation matrix. More...
|
| |
| struct | Eigen::PermutationStorage |
| |
| class | Eigen::PermutationWrapper< _IndicesType > |
| | Class to view a vector of integers as a permutation matrix. More...
|
| |
| class | Eigen::PermutedImpl< RowCol, IndicesType, MatrixType, StorageKind > |
| |
| struct | Eigen::internal::traits< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > > |
| |
| struct | Eigen::internal::traits< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > > |
| |
| struct | Eigen::internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > > |
| |
| struct | Eigen::internal::traits< PermutationWrapper< _IndicesType > > |
| |
| struct | Eigen::internal::traits< Transpose< PermutationBase< Derived > > > |
| |
| class | Eigen::Transpose< PermutationBase< Derived > > |
| |
| class | Eigen::TranspositionsWrapper< _IndicesType > |
| |
|
| template<typename Derived , typename PermutationDerived > |
| const internal::permut_matrix_product_retval< PermutationDerived, Derived, OnTheRight > | Eigen::operator* (const MatrixBase< Derived > &matrix, const PermutationBase< PermutationDerived > &permutation) |
| |
| template<typename Derived , typename PermutationDerived > |
| const internal::permut_matrix_product_retval< PermutationDerived, Derived, OnTheLeft > | Eigen::operator* (const PermutationBase< PermutationDerived > &permutation, const MatrixBase< Derived > &matrix) |
| |