
Public Types | |
| typedef TranspositionsBase < TranspositionsWrapper > | Base |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | Index |
Public Member Functions | |
| TranspositionsWrapper (IndicesType &indices) | |
| template<typename OtherDerived > | |
| TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this. | |
| const IndicesType & | indices () const |
| const version of indices(). | |
| IndicesType & | indices () |
| Derived & | derived () |
| const Derived & | derived () const |
| Index | size () const |
| const Index & | coeff (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | coeffRef (Index i) |
| Direct access to the underlying index vector. | |
| const Index & | operator() (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | operator() (Index i) |
| Direct access to the underlying index vector. | |
| const Index & | operator[] (Index i) const |
| Direct access to the underlying index vector. | |
| Index & | operator[] (Index i) |
| Direct access to the underlying index vector. | |
| void | resize (int size) |
| Resizes to given size. | |
| void | setIdentity () |
Sets *this to represents an identity transformation. | |
| Transpose< TranspositionsBase > | inverse () const |
| Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
| const IndicesType::Nested | m_indices |
Private Types | |
| typedef internal::traits < TranspositionsWrapper > | Traits |
| typedef IndicesType::Scalar Eigen::TranspositionsWrapper::Index |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| typedef Traits::IndicesType Eigen::TranspositionsWrapper::IndicesType |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
typedef internal::traits<TranspositionsWrapper> Eigen::TranspositionsWrapper::Traits [private] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| Eigen::TranspositionsWrapper::TranspositionsWrapper | ( | IndicesType & | indices | ) | [inline] |
| Derived& Eigen::TranspositionsBase::derived | ( | ) | [inline, inherited] |
| const Derived& Eigen::TranspositionsBase::derived | ( | ) | const [inline, inherited] |
| const IndicesType& Eigen::TranspositionsWrapper::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| IndicesType& Eigen::TranspositionsWrapper::indices | ( | ) | [inline] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| Transpose<TranspositionsBase> Eigen::TranspositionsBase::inverse | ( | ) | const [inline, inherited] |
| TranspositionsWrapper& Eigen::TranspositionsWrapper::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this.
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| void Eigen::TranspositionsBase::resize | ( | int | size | ) | [inline, inherited] |
| void Eigen::TranspositionsBase::setIdentity | ( | ) | [inline, inherited] |
| Index Eigen::TranspositionsBase::size | ( | ) | const [inline, inherited] |
| Transpose<TranspositionsBase> Eigen::TranspositionsBase::transpose | ( | ) | const [inline, inherited] |
const IndicesType::Nested Eigen::TranspositionsWrapper::m_indices [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |