Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
Eigen | |
: InteropHeaders | |
Eigen::internal | |
Enumerations | |
enum | Eigen::internal::PermPermProduct_t { Eigen::internal::PermPermProduct } |
Functions | |
template<typename MatrixDerived , typename PermutationDerived > | |
const Product< MatrixDerived, PermutationDerived, AliasFreeProduct > | Eigen::operator* (const MatrixBase< MatrixDerived > &matrix, const PermutationBase< PermutationDerived > &permutation) |
template<typename PermutationDerived , typename MatrixDerived > | |
const Product< PermutationDerived, MatrixDerived, AliasFreeProduct > | Eigen::operator* (const PermutationBase< PermutationDerived > &permutation, const MatrixBase< MatrixDerived > &matrix) |