#include <Transpositions.h>
Public Types | |
typedef TranspositionsBase < TranspositionsWrapper > | Base |
typedef IndicesType::Scalar | Index |
typedef Traits::IndicesType | IndicesType |
Public Member Functions | |
const IndicesType & | indices () const |
IndicesType & | indices () |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
TranspositionsWrapper (IndicesType &a_indices) | |
Protected Attributes | |
const IndicesType::Nested | m_indices |
Private Types | |
typedef internal::traits < TranspositionsWrapper > | Traits |
Definition at line 284 of file Transpositions.h.
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
Definition at line 290 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::Index |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 292 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 291 of file Transpositions.h.
typedef internal::traits<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Traits [private] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 287 of file Transpositions.h.
Eigen::TranspositionsWrapper< _IndicesType >::TranspositionsWrapper | ( | IndicesType & | a_indices | ) | [inline] |
Definition at line 294 of file Transpositions.h.
const IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 317 of file Transpositions.h.
IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices | ( | ) | [inline] |
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 320 of file Transpositions.h.
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 300 of file Transpositions.h.
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsWrapper< _IndicesType > & | other | ) | [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 309 of file Transpositions.h.
const IndicesType::Nested Eigen::TranspositionsWrapper< _IndicesType >::m_indices [protected] |
Definition at line 324 of file Transpositions.h.