#include <Transpositions.h>
Public Types | |
| typedef Eigen::Index | Index |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | StorageIndex |
Public Member Functions | |
| const EIGEN_DEVICE_FUNC StorageIndex & | coeff (Index i) const |
| StorageIndex & | coeffRef (Index i) |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| const EIGEN_DEVICE_FUNC Derived & | derived () const |
| EIGEN_DEVICE_FUNC IndicesType & | indices () |
| const EIGEN_DEVICE_FUNC 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) |
| EIGEN_DEVICE_FUNC Index | rows () const |
| void | setIdentity () |
| EIGEN_DEVICE_FUNC 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 51 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 53 of file Transpositions.h.
|
inline |
Definition at line 47 of file Transpositions.h.
|
inline |
Definition at line 27 of file Transpositions.h.
|
inline |
Definition at line 29 of file Transpositions.h.
|
inline |
Definition at line 68 of file Transpositions.h.
|
inline |
const version of indices().
Definition at line 65 of file Transpositions.h.
|
inline |
Definition at line 105 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 57 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 55 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 33 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 61 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 59 of file Transpositions.h.
|
inline |
Resizes to given size.
Definition at line 71 of file Transpositions.h.
|
inline |
Definition at line 44 of file Transpositions.h.
|
inline |
Sets *this to represents an identity transformation
Definition at line 77 of file Transpositions.h.
|
inline |
Definition at line 41 of file Transpositions.h.
|
inline |
Definition at line 109 of file Transpositions.h.