Go to the source code of this file.
|
struct | Eigen::internal::AssignmentKind< DenseShape, PermutationShape > |
|
class | Eigen::InverseImpl< PermutationType, PermutationStorage > |
|
class | Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex >, _PacketAccess > |
|
class | Eigen::PermutationBase< Derived > |
| Base class for permutations. More...
|
|
class | Eigen::PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > |
| Permutation matrix. More...
|
|
class | Eigen::PermutationWrapper< _IndicesType > |
| Class to view a vector of integers as a permutation matrix. More...
|
|
struct | Eigen::internal::traits< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex >, _PacketAccess > > |
|
struct | Eigen::internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > > |
|
struct | Eigen::internal::traits< PermutationWrapper< _IndicesType > > |
|
class | Eigen::TranspositionsWrapper< _IndicesType > |
|
|
template<typename MatrixDerived , typename PermutationDerived > |
const EIGEN_DEVICE_FUNC Product< MatrixDerived, PermutationDerived, AliasFreeProduct > | Eigen::operator* (const MatrixBase< MatrixDerived > &matrix, const PermutationBase< PermutationDerived > &permutation) |
|
template<typename PermutationDerived , typename MatrixDerived > |
const EIGEN_DEVICE_FUNC Product< PermutationDerived, MatrixDerived, AliasFreeProduct > | Eigen::operator* (const PermutationBase< PermutationDerived > &permutation, const MatrixBase< MatrixDerived > &matrix) |
|