
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 () |
| TranspositionsWrapper < _IndicesType > & | derived () |
| const TranspositionsWrapper < _IndicesType > & | 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 TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
| typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::Index |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
typedef internal::traits<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Traits [private] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| Eigen::TranspositionsWrapper< _IndicesType >::TranspositionsWrapper | ( | IndicesType & | indices | ) | [inline] |
| const Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::coeff | ( | Index | i | ) | const [inline, inherited] |
| Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::coeffRef | ( | Index | i | ) | [inline, inherited] |
| const TranspositionsWrapper< _IndicesType > & Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::derived | ( | ) | const [inline, inherited] |
| TranspositionsWrapper< _IndicesType > & Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::derived | ( | ) | [inline, inherited] |
| const IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices | ( | ) | [inline] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| Transpose<TranspositionsBase> Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::inverse | ( | ) | const [inline, inherited] |
| const Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::operator() | ( | Index | i | ) | const [inline, inherited] |
| Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::operator() | ( | Index | i | ) | [inline, inherited] |
| TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this.
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
| const Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::operator[] | ( | Index | i | ) | const [inline, inherited] |
| Index& Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::operator[] | ( | Index | i | ) | [inline, inherited] |
| void Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::resize | ( | int | size | ) | [inline, inherited] |
| void Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::setIdentity | ( | ) | [inline, inherited] |
| Index Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::size | ( | ) | const [inline, inherited] |
| Transpose<TranspositionsBase> Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >::transpose | ( | ) | const [inline, inherited] |
const IndicesType::Nested Eigen::TranspositionsWrapper< _IndicesType >::m_indices [protected] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |