Go to the source code of this file.
|
class | Eigen::TranspositionsBase< Derived > |
|
struct | Eigen::internal::traits< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > > |
|
class | Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > |
| Represents a sequence of transpositions (row/column interchange) More...
|
|
struct | Eigen::internal::traits< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex >, _PacketAccess > > |
|
class | Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex >, PacketAccess > |
|
struct | Eigen::internal::traits< TranspositionsWrapper< _IndicesType > > |
|
class | Eigen::TranspositionsWrapper< _IndicesType > |
|
struct | Eigen::internal::traits< Transpose< TranspositionsBase< Derived > > > |
|
class | Eigen::Transpose< TranspositionsBase< TranspositionsDerived > > |
|
|
template<typename MatrixDerived , typename TranspositionsDerived > |
EIGEN_DEVICE_FUNC const Product< MatrixDerived, TranspositionsDerived, AliasFreeProduct > | Eigen::operator* (const MatrixBase< MatrixDerived > &matrix, const TranspositionsBase< TranspositionsDerived > &transpositions) |
|
template<typename TranspositionsDerived , typename MatrixDerived > |
EIGEN_DEVICE_FUNC const Product< TranspositionsDerived, MatrixDerived, AliasFreeProduct > | Eigen::operator* (const TranspositionsBase< TranspositionsDerived > &transpositions, const MatrixBase< MatrixDerived > &matrix) |
|