Medial Code Documentation
|
Public Member Functions | |
Transpose (const TranspositionType &t) | |
Index | size () const |
Index | rows () const |
Index | cols () const |
template<typename OtherDerived > | |
const Product< Transpose, OtherDerived, AliasFreeProduct > | operator* (const MatrixBase< OtherDerived > &matrix) const |
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 |