#include <Transpositions.h>
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 |
Direct access to the underlying index vector
Referenced by PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, Index > >::operator=().
Direct access to the underlying index vector
Referenced by TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::setIdentity().
Derived& derived | ( | ) | [inline] |
Referenced by TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::indices(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::inverse(), Eigen::operator*(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::operator=(), PermutationMatrix< RowsAtCompileTime, MaxRowsAtCompileTime >::operator=(), Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess >::operator=(), and TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::transpose().
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 >.
Referenced by TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::coeff(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::coeffRef(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::operator()(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::operator=(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::operator[](), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::resize(), TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::setIdentity(), and TranspositionsBase< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >::size().
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 >.
Referenced by Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >::operator=(), and TranspositionsWrapper< _IndicesType >::operator=().
void setIdentity | ( | ) | [inline] |
Sets *this
to represents an identity transformation
Referenced by PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, Index > >::operator=().
Transpose<TranspositionsBase> transpose | ( | ) | const [inline] |