#include <PermutationMatrix.h>
Public Types | |
typedef TranspositionsBase< TranspositionsWrapper > | Base |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Public Member Functions | |
EIGEN_DEVICE_FUNC IndicesType & | indices () |
const EIGEN_DEVICE_FUNC IndicesType & | indices () const |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
TranspositionsWrapper (IndicesType &indices) | |
Protected Attributes | |
IndicesType::Nested | m_indices |
Private Types | |
typedef internal::traits< TranspositionsWrapper > | Traits |
Definition at line 455 of file PermutationMatrix.h.
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
Definition at line 278 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
Definition at line 279 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::StorageIndex |
Definition at line 280 of file Transpositions.h.
|
private |
Definition at line 275 of file Transpositions.h.
|
inlineexplicit |
Definition at line 282 of file Transpositions.h.
|
inline |
Definition at line 299 of file Transpositions.h.
|
inline |
const version of indices().
Definition at line 295 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 288 of file Transpositions.h.
|
protected |
Definition at line 303 of file Transpositions.h.