|
Medial Code Documentation
|
Public Types | |
| typedef Traits::IndicesType | IndicesType |
| typedef IndicesType::Scalar | StorageIndex |
| typedef Eigen::Index | Index |
Public Member Functions | |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| EIGEN_DEVICE_FUNC const Derived & | derived () const |
| template<typename OtherDerived > | |
| Derived & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this. | |
| EIGEN_DEVICE_FUNC Index | size () const |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC const StorageIndex & | coeff (Index i) const |
| Direct access to the underlying index vector. | |
| StorageIndex & | coeffRef (Index i) |
| Direct access to the underlying index vector. | |
| const StorageIndex & | operator() (Index i) const |
| Direct access to the underlying index vector. | |
| StorageIndex & | operator() (Index i) |
| Direct access to the underlying index vector. | |
| const StorageIndex & | operator[] (Index i) const |
| Direct access to the underlying index vector. | |
| StorageIndex & | operator[] (Index i) |
| Direct access to the underlying index vector. | |
| EIGEN_DEVICE_FUNC const IndicesType & | indices () const |
| const version of indices(). | |
| EIGEN_DEVICE_FUNC IndicesType & | indices () |
| void | resize (Index newSize) |
| Resizes to given size. | |
| void | setIdentity () |
Sets *this to represents an identity transformation. | |
| Transpose< TranspositionsBase > | inverse () const |
| Transpose< TranspositionsBase > | transpose () const |
| typedef Eigen::Index Eigen::TranspositionsBase< Derived >::Index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |