#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 |
Direct access to the underlying index vector
Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > & derived | ( | ) | [inline, inherited] |
const Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > & derived | ( | ) | const [inline, inherited] |
const IndicesType& indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
IndicesType& indices | ( | ) | [inline] |
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
Transpose<TranspositionsBase> inverse | ( | ) | const [inline, inherited] |
Direct access to the underlying index vector
Map& operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.
Direct access to the underlying index vector
void setIdentity | ( | ) | [inline, inherited] |
Sets *this
to represents an identity transformation
Transpose<TranspositionsBase> transpose | ( | ) | const [inline, inherited] |
IndicesType m_indices [protected] |