#include <Transpose.h>
Inherits type< MatrixType >.
Public Types |
typedef
internal::TransposeImpl_base
< MatrixType >::type | Base |
typedef internal::conditional
< internal::is_lvalue
< MatrixType >::value, Scalar,
const Scalar >::type | ScalarWithConstIfNotLvalue |
Member Typedef Documentation
typedef internal::TransposeImpl_base<MatrixType>::type Base |
Member Function Documentation
CoeffReturnType coeff |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const |
|
inline |
CoeffReturnType coeff |
( |
Index |
index | ) |
const |
|
inline |
const Scalar& coeffRef |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const |
|
inline |
const Scalar& coeffRef |
( |
Index |
index | ) |
const |
|
inline |
const Scalar* data |
( |
| ) |
const |
|
inline |
Index innerStride |
( |
| ) |
const |
|
inline |
Index outerStride |
( |
| ) |
const |
|
inline |
const PacketScalar packet |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const |
|
inline |
const PacketScalar packet |
( |
Index |
index | ) |
const |
|
inline |
void writePacket |
( |
Index |
row, |
|
|
Index |
col, |
|
|
const PacketScalar & |
x |
|
) |
| |
|
inline |
void writePacket |
( |
Index |
index, |
|
|
const PacketScalar & |
x |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: