|
Medial Code Documentation
|
Public Member Functions | |
| Transpose (const TranspositionType &t) | |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| template<typename OtherDerived > | |
| const Product< Transpose, OtherDerived, AliasFreeProduct > | operator* (const MatrixBase< OtherDerived > &matrix) const |
| EIGEN_DEVICE_FUNC const TranspositionType & | nestedExpression () const |
Protected Attributes | |
| const TranspositionType & | m_transpositions |
Friends | |
| template<typename OtherDerived > | |
| const Product< OtherDerived, Transpose, AliasFreeProduct > | operator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trt) |
|
inline |
|
friend |