Public Types | |
| typedef internal::TransposeImpl_base < MatrixType >::type | Base |
| typedef internal::conditional < internal::is_lvalue < MatrixType >::value, Scalar, const Scalar >::type | ScalarWithConstIfNotLvalue |
Public Member Functions | |
| Index | innerStride () const |
| Index | outerStride () const |
| ScalarWithConstIfNotLvalue * | data () |
| const Scalar * | data () const |
| ScalarWithConstIfNotLvalue & | coeffRef (Index row, Index col) |
| ScalarWithConstIfNotLvalue & | coeffRef (Index index) |
| const Scalar & | coeffRef (Index row, Index col) const |
| const Scalar & | coeffRef (Index index) const |
| const CoeffReturnType | coeff (Index row, Index col) const |
| const CoeffReturnType | coeff (Index index) const |
| template<int LoadMode> | |
| const PacketScalar | packet (Index row, Index col) const |
| template<int LoadMode> | |
| void | writePacket (Index row, Index col, const PacketScalar &x) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index index) const |
| template<int LoadMode> | |
| void | writePacket (Index index, const PacketScalar &x) |
| typedef internal::TransposeImpl_base<MatrixType>::type Eigen::TransposeImpl< MatrixType, Dense >::Base |
| typedef internal::conditional< internal::is_lvalue<MatrixType>::value, Scalar, const Scalar >::type Eigen::TransposeImpl< MatrixType, Dense >::ScalarWithConstIfNotLvalue |
| const CoeffReturnType Eigen::TransposeImpl< MatrixType, Dense >::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const CoeffReturnType Eigen::TransposeImpl< MatrixType, Dense >::coeff | ( | Index | index | ) | const [inline] |
| ScalarWithConstIfNotLvalue& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | [inline] |
| ScalarWithConstIfNotLvalue& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef | ( | Index | index | ) | [inline] |
| const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef | ( | Index | index | ) | const [inline] |
| ScalarWithConstIfNotLvalue* Eigen::TransposeImpl< MatrixType, Dense >::data | ( | ) | [inline] |
| const Scalar* Eigen::TransposeImpl< MatrixType, Dense >::data | ( | ) | const [inline] |
| Index Eigen::TransposeImpl< MatrixType, Dense >::innerStride | ( | ) | const [inline] |
| Index Eigen::TransposeImpl< MatrixType, Dense >::outerStride | ( | ) | const [inline] |
| const PacketScalar Eigen::TransposeImpl< MatrixType, Dense >::packet | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const PacketScalar Eigen::TransposeImpl< MatrixType, Dense >::packet | ( | Index | index | ) | const [inline] |
| void Eigen::TransposeImpl< MatrixType, Dense >::writePacket | ( | Index | row, |
| Index | col, | ||
| const PacketScalar & | x | ||
| ) | [inline] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |