#include <PermutationMatrix.h>
Public Types | |
typedef TranspositionsBase< TranspositionsWrapper > | Base |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Public Types inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
typedef Eigen::Index | Index |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | StorageIndex |
Protected Attributes | |
IndicesType::Nested | m_indices |
Private Types | |
typedef internal::traits< TranspositionsWrapper > | Traits |
Definition at line 483 of file PermutationMatrix.h.
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base |
Definition at line 294 of file Transpositions.h.
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType |
Definition at line 295 of file Transpositions.h.
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::StorageIndex |
Definition at line 296 of file Transpositions.h.
|
private |
Definition at line 291 of file Transpositions.h.
|
inlineexplicit |
Definition at line 298 of file Transpositions.h.
|
inline |
const version of indices().
Definition at line 321 of file Transpositions.h.
|
inline |
Definition at line 324 of file Transpositions.h.
|
inline |
Copies the other transpositions into *this
Definition at line 304 of file Transpositions.h.
|
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 313 of file Transpositions.h.
|
protected |
Definition at line 328 of file Transpositions.h.