
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::Index |
| typedef Traits::IndicesType Eigen::TranspositionsBase::IndicesType |
typedef internal::traits<Derived> Eigen::TranspositionsBase::Traits [private] |
| const Derived& Eigen::TranspositionsBase::derived | ( | ) | const [inline] |
| const IndicesType& Eigen::TranspositionsBase::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented in Eigen::TranspositionsWrapper, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, and Eigen::Transpositions.
| IndicesType& Eigen::TranspositionsBase::indices | ( | ) | [inline] |
Reimplemented in Eigen::TranspositionsWrapper, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, and Eigen::Transpositions.
| Transpose<TranspositionsBase> Eigen::TranspositionsBase::inverse | ( | ) | const [inline] |
| Derived& Eigen::TranspositionsBase::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this.
Reimplemented in Eigen::TranspositionsWrapper, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, and Eigen::Transpositions.
| void Eigen::TranspositionsBase::resize | ( | int | size | ) | [inline] |
| void Eigen::TranspositionsBase::setIdentity | ( | ) | [inline] |
| Index Eigen::TranspositionsBase::size | ( | ) | const [inline] |
| Transpose<TranspositionsBase> Eigen::TranspositionsBase::transpose | ( | ) | const [inline] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |