#include <Transpositions.h>
Public Types | |
typedef TranspositionsBase< Map > | Base |
typedef IndicesType::Scalar | Index |
typedef Traits::IndicesType | IndicesType |
Public Member Functions | |
const Index & | coeff (Index i) const |
Index & | coeffRef (Index i) |
Map< Transpositions < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > & | derived () |
const Map< Transpositions < SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > & | derived () const |
const IndicesType & | indices () const |
IndicesType & | indices () |
Transpose< TranspositionsBase > | inverse () const |
Map (const Index *indices) | |
Map (const Index *indices, Index size) | |
const Index & | operator() (Index i) const |
Index & | operator() (Index i) |
template<typename OtherDerived > | |
Map & | 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 |
Protected Attributes | |
IndicesType | m_indices |
typedef TranspositionsBase<Map> Base |
typedef IndicesType::Scalar Index |
typedef Traits::IndicesType IndicesType |
|
inlineinherited |
|
inlineinherited |
|
inline |
const version of indices().
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
|
inline |
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
|
inlineinherited |
Direct access to the underlying index vector
|
inline |
Copies the other transpositions into *this
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
Direct access to the underlying index vector
|
inlineinherited |
Resizes to given size.
|
inlineinherited |
Sets *this
to represents an identity transformation
|
inlineinherited |
|
inlineinherited |
|
protected |