#include <PermutationMatrix.h>

| Public Types | |
| typedef TranspositionsBase< TranspositionsWrapper > | Base | 
| typedef IndicesType::Scalar | Index | 
| typedef Traits::IndicesType | IndicesType | 
|  Public Types inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > > | |
| typedef IndicesType::Scalar | Index | 
| typedef Traits::IndicesType | IndicesType | 
| Protected Attributes | |
| const IndicesType::Nested | m_indices | 
| Private Types | |
| typedef internal::traits< TranspositionsWrapper > | Traits | 
Definition at line 462 of file PermutationMatrix.h.
| typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base | 
Definition at line 290 of file Transpositions.h.
| typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::Index | 
Definition at line 292 of file Transpositions.h.
| typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType | 
Definition at line 291 of file Transpositions.h.
| 
 | private | 
Definition at line 287 of file Transpositions.h.
| 
 | inline | 
Definition at line 294 of file Transpositions.h.
| 
 | inline | 
const version of indices().
Definition at line 317 of file Transpositions.h.
| 
 | inline | 
Definition at line 320 of file Transpositions.h.
| 
 | inline | 
Copies the other transpositions into *this 
Definition at line 300 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 309 of file Transpositions.h.
| 
 | protected | 
Definition at line 324 of file Transpositions.h.