#include <Transpositions.h>
Public Types | |
typedef Eigen::Index | Index |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Public Member Functions | |
EIGEN_DEVICE_FUNC const StorageIndex & | coeff (Index i) const |
StorageIndex & | coeffRef (Index i) |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC Derived & | derived () |
EIGEN_DEVICE_FUNC const Derived & | derived () const |
EIGEN_DEVICE_FUNC const IndicesType & | indices () const |
EIGEN_DEVICE_FUNC 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) |
const StorageIndex & | operator[] (Index i) const |
StorageIndex & | operator[] (Index i) |
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 |
const version of indices().
Definition at line 65 of file Transpositions.h.
|
inline |
Definition at line 68 of file Transpositions.h.
|
inline |
Definition at line 105 of file Transpositions.h.
|
inline |
Direct access to the underlying index vector
Definition at line 55 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 33 of file Transpositions.h.
|
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 61 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.