compbio
|
Public Types | |
typedef TranspositionsBase< TranspositionsWrapper > | Base |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
![]() | |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
typedef Eigen::Index | Index |
Public Member Functions | |
TranspositionsWrapper (IndicesType &indices) | |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this . | |
TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
This is a special case of the templated operator=. More... | |
const IndicesType & | indices () const |
const version of indices(). More... | |
IndicesType & | indices () |
![]() | |
TranspositionsWrapper< _IndicesType > & | derived () |
const TranspositionsWrapper< _IndicesType > & | derived () const |
TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase< OtherDerived > &other) |
Copies the other transpositions into *this . | |
TranspositionsWrapper< _IndicesType > & | operator= (const TranspositionsBase &other) |
This is a special case of the templated operator=. More... | |
Index | size () const |
Index | rows () const |
Index | cols () const |
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. | |
const IndicesType & | indices () const |
const version of indices(). More... | |
IndicesType & | indices () |
void | resize (Index newSize) |
Resizes to given size. More... | |
void | setIdentity () |
Sets *this to represents an identity transformation. | |
Transpose< TranspositionsBase > | inverse () const |
Transpose< TranspositionsBase > | transpose () const |
Protected Attributes | |
IndicesType::Nested | m_indices |
|
inline |
const version of indices().
|
inline |
|
inline |
This is a special case of the templated operator=.
Its purpose is to prevent a default operator= from hiding the templated operator=.