Go to the source code of this file.
Classes | |
class | Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > |
class | Transpose< TranspositionsBase< TranspositionsDerived > > |
class | Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > |
Represents a sequence of transpositions (row/column interchange) More... | |
class | TranspositionsBase< Derived > |
class | TranspositionsWrapper< _IndicesType > |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
template<typename Derived , typename TranspositionsDerived > | |
const internal::transposition_matrix_product_retval < TranspositionsDerived, Derived, OnTheRight > | operator* (const MatrixBase< Derived > &matrix, const TranspositionsBase< TranspositionsDerived > &transpositions) |
template<typename Derived , typename TranspositionDerived > | |
const internal::transposition_matrix_product_retval < TranspositionDerived, Derived, OnTheLeft > | operator* (const TranspositionsBase< TranspositionDerived > &transpositions, const MatrixBase< Derived > &matrix) |