Public Types | |
typedef Eigen::Index | Index |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Public Member Functions | |
const StorageIndex & | coeff (Index i) const |
StorageIndex & | coeffRef (Index i) |
Index | cols () const |
Derived & | derived () |
const Derived & | derived () const |
IndicesType & | indices () |
const IndicesType & | indices () const |
Transpose< TranspositionsBase > | inverse () const |
StorageIndex & | operator() (Index i) |
const StorageIndex & | operator() (Index i) const |
template<typename OtherDerived > | |
Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
StorageIndex & | operator[] (Index i) |
const StorageIndex & | operator[] (Index i) const |
void | resize (Index newSize) |
Index | rows () const |
void | setIdentity () |
Index | size () const |
Transpose< TranspositionsBase > | transpose () const |
Private Types | |
typedef internal::traits< Derived > | Traits |
Definition at line 18 of file Transpositions.h.
typedef Eigen::Index Eigen::TranspositionsBase< Derived >::Index |
Definition at line 26 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsBase< Derived >::IndicesType |
Definition at line 24 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsBase< Derived >::StorageIndex |
Definition at line 25 of file Transpositions.h.
|
private |
Definition at line 20 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 53 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 55 of file Transpositions.h.
|
inline |
Definition at line 49 of file Transpositions.h.
|
inline |
Definition at line 29 of file Transpositions.h.
|
inline |
Definition at line 31 of file Transpositions.h.
|
inline |
Definition at line 70 of file Transpositions.h.
|
inline |
|
inline |
|
inline |
Direct access to the underlying index vector
Definition at line 59 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 57 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 35 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 63 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 61 of file Transpositions.h.
|
inline |
Resizes to given size.
Definition at line 73 of file Transpositions.h.
|
inline |
Definition at line 46 of file Transpositions.h.
|
inline |
Sets *this
to represents an identity transformation
Definition at line 79 of file Transpositions.h.
|
inline |
|
inline |