#include <Transpositions.h>
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 |
const IndicesType & | indices () const |
IndicesType & | indices () |
Transpose< TranspositionsBase > | inverse () const |
const StorageIndex & | operator() (Index i) const |
StorageIndex & | operator() (Index i) |
template<typename OtherDerived > | |
Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
Derived & | operator= (const TranspositionsBase &other) |
const StorageIndex & | operator[] (Index i) const |
StorageIndex & | operator[] (Index i) |
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 16 of file Transpositions.h.
typedef Eigen::Index Eigen::TranspositionsBase< Derived >::Index |
Definition at line 24 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsBase< Derived >::IndicesType |
Definition at line 22 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsBase< Derived >::StorageIndex |
Definition at line 23 of file Transpositions.h.
|
private |
Definition at line 18 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 56 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 58 of file Transpositions.h.
|
inline |
Definition at line 53 of file Transpositions.h.
|
inline |
Definition at line 26 of file Transpositions.h.
|
inline |
Definition at line 27 of file Transpositions.h.
|
inline |
const version of indices().
Definition at line 69 of file Transpositions.h.
|
inline |
Definition at line 71 of file Transpositions.h.
|
inline |
Definition at line 108 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 60 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 62 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 31 of file Transpositions.h.
|
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 41 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 64 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 66 of file Transpositions.h.
|
inline |
Resizes to given size.
Definition at line 74 of file Transpositions.h.
|
inline |
Definition at line 51 of file Transpositions.h.
|
inline |
Sets *this
to represents an identity transformation
Definition at line 80 of file Transpositions.h.
|
inline |
Definition at line 49 of file Transpositions.h.
|
inline |
Definition at line 112 of file Transpositions.h.