Go to the source code of this file.
|
| class | Eigen::PermutationBase< Derived > |
| | Base class for permutations. More...
|
| |
| struct | Eigen::internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ > > |
| |
| class | Eigen::PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ > |
| | Permutation matrix. More...
|
| |
| struct | Eigen::internal::traits< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > > |
| |
| class | Eigen::Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > |
| |
| struct | Eigen::internal::traits< PermutationWrapper< IndicesType_ > > |
| |
| class | Eigen::PermutationWrapper< IndicesType_ > |
| | Class to view a vector of integers as a permutation matrix. More...
|
| |
| class | Eigen::InverseImpl< PermutationType, PermutationStorage > |
| |
| struct | Eigen::internal::AssignmentKind< DenseShape, PermutationShape > |
| |
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
| | Eigen::internal |
| | Namespace containing low-level routines from the Eigen library.
|
| |
|
| template<typename MatrixDerived , typename PermutationDerived > |
| EIGEN_DEVICE_FUNC const Product< MatrixDerived, PermutationDerived, AliasFreeProduct > | Eigen::operator* (const MatrixBase< MatrixDerived > &matrix, const PermutationBase< PermutationDerived > &permutation) |
| |
| template<typename PermutationDerived , typename MatrixDerived > |
| EIGEN_DEVICE_FUNC const Product< PermutationDerived, MatrixDerived, AliasFreeProduct > | Eigen::operator* (const PermutationBase< PermutationDerived > &permutation, const MatrixBase< MatrixDerived > &matrix) |
| |