Go to the source code of this file.
Classes |
class | TranspositionsBase< Derived > |
struct | internal::traits< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > > |
class | Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > |
| Represents a sequence of transpositions (row/column interchange). More...
|
struct | internal::traits< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > > |
class | Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > |
struct | internal::traits< TranspositionsWrapper< _IndicesType > > |
class | TranspositionsWrapper< _IndicesType > |
struct | internal::traits< transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > > |
struct | internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > |
class | Transpose< TranspositionsBase< TranspositionsDerived > > |
Namespaces |
namespace | 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) |
Function Documentation
template<typename Derived , typename TranspositionsDerived >
- Returns:
- the matrix with the transpositions applied to the columns.
template<typename Derived , typename TranspositionDerived >
- Returns:
- the matrix with the transpositions applied to the rows.