Public Types | |
| typedef IndicesType::Scalar | Index |
| typedef Traits::IndicesType | IndicesType |
Public Member Functions | |
| const Index & | coeff (Index i) const |
| Index & | coeffRef (Index i) |
| Derived & | derived () |
| const Derived & | derived () const |
| const IndicesType & | indices () const |
| IndicesType & | indices () |
| Transpose< TranspositionsBase > | inverse () const |
| const Index & | operator() (Index i) const |
| Index & | operator() (Index i) |
| template<typename OtherDerived > | |
| Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
| const Index & | operator[] (Index i) const |
| Index & | operator[] (Index i) |
| void | resize (int size) |
| void | setIdentity () |
| Index | size () const |
| Transpose< TranspositionsBase > | transpose () const |
| typedef IndicesType::Scalar Index |
| typedef Traits::IndicesType IndicesType |
| Derived& derived | ( | ) | [inline] |
| const Derived& derived | ( | ) | const [inline] |
| const IndicesType& indices | ( | ) | const [inline] |
const version of indices().
Reimplemented in TranspositionsWrapper< _IndicesType >, Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| IndicesType& indices | ( | ) | [inline] |
Reimplemented in TranspositionsWrapper< _IndicesType >, Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| Transpose<TranspositionsBase> inverse | ( | ) | const [inline] |
| Derived& operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented in TranspositionsWrapper< _IndicesType >, Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
| void resize | ( | int | size | ) | [inline] |
Resizes to given size.
| void setIdentity | ( | ) | [inline] |
Sets *this to represents an identity transformation
| Index size | ( | ) | const [inline] |
| Transpose<TranspositionsBase> transpose | ( | ) | const [inline] |
1.7.5.1