Public Member Functions | |
const Scalar | coeff (int index) const |
const Scalar | coeff (int row, int col) const |
Scalar & | coeffRef (int index) |
Scalar & | coeffRef (int row, int col) |
int | cols () const |
int | nonZeros () const |
template<int LoadMode> | |
const PacketScalar | packet (int index) const |
template<int LoadMode> | |
const PacketScalar | packet (int row, int col) const |
int | rows () const |
int | stride (void) const |
Transpose (const MatrixType &matrix) | |
template<int LoadMode> | |
void | writePacket (int index, const PacketScalar &x) |
template<int LoadMode> | |
void | writePacket (int row, int col, const PacketScalar &x) |
Protected Attributes | |
const MatrixType::Nested | m_matrix |
MatrixType | the type of the object of which we are taking the transpose |
int cols | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Transpose< MatrixType > >.
int nonZeros | ( | ) | 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 > >.