#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) |
Derived & | operator= (const TranspositionsBase &other) |
const Index & | operator[] (Index i) const |
Index & | operator[] (Index i) |
void | resize (int size) |
void | setIdentity () |
Index | size () const |
Transpose< TranspositionsBase > | transpose () const |
Private Types | |
typedef internal::traits< Derived > | Traits |
Definition at line 49 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsBase< Derived >::Index |
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 56 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsBase< Derived >::IndicesType |
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 55 of file Transpositions.h.
typedef internal::traits<Derived> Eigen::TranspositionsBase< Derived >::Traits [private] |
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 51 of file Transpositions.h.
const Index& Eigen::TranspositionsBase< Derived >::coeff | ( | Index | i | ) | const [inline] |
Direct access to the underlying index vector
Definition at line 84 of file Transpositions.h.
Index& Eigen::TranspositionsBase< Derived >::coeffRef | ( | Index | i | ) | [inline] |
Direct access to the underlying index vector
Definition at line 86 of file Transpositions.h.
Derived& Eigen::TranspositionsBase< Derived >::derived | ( | ) | [inline] |
Definition at line 58 of file Transpositions.h.
const Derived& Eigen::TranspositionsBase< Derived >::derived | ( | ) | const [inline] |
Definition at line 59 of file Transpositions.h.
const IndicesType& Eigen::TranspositionsBase< Derived >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 97 of file Transpositions.h.
IndicesType& Eigen::TranspositionsBase< Derived >::indices | ( | ) | [inline] |
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 99 of file Transpositions.h.
Transpose<TranspositionsBase> Eigen::TranspositionsBase< Derived >::inverse | ( | ) | const [inline] |
Definition at line 136 of file Transpositions.h.
const Index& Eigen::TranspositionsBase< Derived >::operator() | ( | Index | i | ) | const [inline] |
Direct access to the underlying index vector
Definition at line 88 of file Transpositions.h.
Index& Eigen::TranspositionsBase< Derived >::operator() | ( | Index | i | ) | [inline] |
Direct access to the underlying index vector
Definition at line 90 of file Transpositions.h.
Derived& Eigen::TranspositionsBase< Derived >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented in Eigen::TranspositionsWrapper< _IndicesType >, Eigen::Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >, Eigen::Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, and Eigen::Transpositions< RowsAtCompileTime, MaxRowsAtCompileTime >.
Definition at line 63 of file Transpositions.h.
Derived& Eigen::TranspositionsBase< Derived >::operator= | ( | const TranspositionsBase< Derived > & | other | ) | [inline] |
This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.
Definition at line 73 of file Transpositions.h.
const Index& Eigen::TranspositionsBase< Derived >::operator[] | ( | Index | i | ) | const [inline] |
Direct access to the underlying index vector
Definition at line 92 of file Transpositions.h.
Index& Eigen::TranspositionsBase< Derived >::operator[] | ( | Index | i | ) | [inline] |
Direct access to the underlying index vector
Definition at line 94 of file Transpositions.h.
void Eigen::TranspositionsBase< Derived >::resize | ( | int | size | ) | [inline] |
Resizes to given size.
Definition at line 102 of file Transpositions.h.
void Eigen::TranspositionsBase< Derived >::setIdentity | ( | ) | [inline] |
Sets *this
to represents an identity transformation
Definition at line 108 of file Transpositions.h.
Index Eigen::TranspositionsBase< Derived >::size | ( | ) | const [inline] |
Definition at line 81 of file Transpositions.h.
Transpose<TranspositionsBase> Eigen::TranspositionsBase< Derived >::transpose | ( | ) | const [inline] |
Definition at line 140 of file Transpositions.h.