Expression of the transpose of a matrix. More...
Public Member Functions | |
| const Scalar | coeff (int row, int col) const |
| const Scalar | coeff (int index) const |
| Scalar & | coeffRef (int index) |
| Scalar & | coeffRef (int row, int col) |
| int | cols () const |
| template<int LoadMode> | |
| const PacketScalar | packet (int row, int col) const |
| template<int LoadMode> | |
| const PacketScalar | packet (int index) const |
| int | rows () const |
| int | stride (void) const |
| Transpose (const MatrixType &matrix) | |
| template<int LoadMode> | |
| void | writePacket (int row, int col, const PacketScalar &x) |
| template<int LoadMode> | |
| void | writePacket (int index, const PacketScalar &x) |
Protected Attributes | |
| const MatrixType::Nested | m_matrix |
Expression of the transpose of a matrix.
| MatrixType | the type of the object of which we are taking the transpose |
This class represents an expression of the transpose of a matrix. It is the return type of MatrixBase::transpose() and MatrixBase::adjoint() and most of the time this is the only way it is used.
| int cols | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Transpose< MatrixType > >.
| int rows | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Transpose< MatrixType > >.
| int stride | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Transpose< MatrixType > >.
1.7.1