
Public Types | |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | Index |
Public Member Functions | |
| Derived & | derived () |
| const Derived & | derived () const |
| template<typename OtherDerived > | |
| Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this. | |
| 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. | |
| const IndicesType & | indices () const |
| const version of indices(). | |
| IndicesType & | indices () |
| 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 |
Private Types | |
| typedef internal::traits< Derived > | Traits |
| typedef IndicesType::Scalar Eigen::TranspositionsBase< Derived >::Index |
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| typedef Traits::IndicesType Eigen::TranspositionsBase< Derived >::IndicesType |
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
typedef internal::traits<Derived> Eigen::TranspositionsBase< Derived >::Traits [private] |
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| const Index& Eigen::TranspositionsBase< Derived >::coeff | ( | Index | i | ) | const [inline] |
| Index& Eigen::TranspositionsBase< Derived >::coeffRef | ( | Index | i | ) | [inline] |
| Derived& Eigen::TranspositionsBase< Derived >::derived | ( | ) | [inline] |
| const Derived& Eigen::TranspositionsBase< Derived >::derived | ( | ) | const [inline] |
| const IndicesType& Eigen::TranspositionsBase< Derived >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| IndicesType& Eigen::TranspositionsBase< Derived >::indices | ( | ) | [inline] |
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| Transpose<TranspositionsBase> Eigen::TranspositionsBase< Derived >::inverse | ( | ) | const [inline] |
| Index& Eigen::TranspositionsBase< Derived >::operator() | ( | Index | i | ) | [inline] |
| const Index& Eigen::TranspositionsBase< Derived >::operator() | ( | Index | i | ) | const [inline] |
| Derived& Eigen::TranspositionsBase< Derived >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this.
Reimplemented in Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::TranspositionsWrapper< _IndicesType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| const Index& Eigen::TranspositionsBase< Derived >::operator[] | ( | Index | i | ) | const [inline] |
| Index& Eigen::TranspositionsBase< Derived >::operator[] | ( | Index | i | ) | [inline] |
| void Eigen::TranspositionsBase< Derived >::resize | ( | int | size | ) | [inline] |
| void Eigen::TranspositionsBase< Derived >::setIdentity | ( | ) | [inline] |
| Index Eigen::TranspositionsBase< Derived >::size | ( | ) | const [inline] |
| Transpose<TranspositionsBase> Eigen::TranspositionsBase< Derived >::transpose | ( | ) | const [inline] |
| 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: |