Classes |
class | Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > |
struct | Eigen::internal::permut_matrix_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...
|
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 > > |
Namespaces |
namespace | Eigen |
namespace | Eigen::internal |
Enumerations |
enum | Eigen::internal::PermPermProduct_t { Eigen::internal::PermPermProduct
} |
Functions |
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) |