Class to view a vector of integers as a permutation matrix. More...
#include <PermutationMatrix.h>
Public Types | |
typedef Traits::IndicesType | IndicesType |
Public Member Functions | |
const internal::remove_all < typename IndicesType::Nested > ::type & | indices () const |
PermutationWrapper (const IndicesType &indices) | |
Protected Attributes | |
const IndicesType::Nested | m_indices |
Private Types | |
typedef PermutationBase < PermutationWrapper > | Base |
typedef internal::traits < PermutationWrapper > | Traits |
Class to view a vector of integers as a permutation matrix.
_IndicesType | the type of the vector of integer (can be any compatible expression) |
This class allows to view any vector expression of integers as a permutation matrix.
Definition at line 494 of file PermutationMatrix.h.
typedef PermutationBase<PermutationWrapper> PermutationWrapper< _IndicesType >::Base [private] |
Reimplemented from PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 496 of file PermutationMatrix.h.
typedef Traits::IndicesType PermutationWrapper< _IndicesType >::IndicesType |
Reimplemented from PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 501 of file PermutationMatrix.h.
typedef internal::traits<PermutationWrapper> PermutationWrapper< _IndicesType >::Traits [private] |
Reimplemented from PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 497 of file PermutationMatrix.h.
PermutationWrapper< _IndicesType >::PermutationWrapper | ( | const IndicesType & | indices | ) | [inline] |
Definition at line 504 of file PermutationMatrix.h.
const internal::remove_all<typename IndicesType::Nested>::type& PermutationWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 510 of file PermutationMatrix.h.
const IndicesType::Nested PermutationWrapper< _IndicesType >::m_indices [protected] |
Definition at line 514 of file PermutationMatrix.h.