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 | |
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 483 of file PermutationMatrix.h.
typedef PermutationBase<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Base [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 485 of file PermutationMatrix.h.
typedef Traits::IndicesType Eigen::PermutationWrapper< _IndicesType >::IndicesType |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 490 of file PermutationMatrix.h.
typedef internal::traits<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Traits [private] |
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 486 of file PermutationMatrix.h.
Eigen::PermutationWrapper< _IndicesType >::PermutationWrapper | ( | const IndicesType & | indices | ) | [inline] |
Definition at line 493 of file PermutationMatrix.h.
const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.
Definition at line 499 of file PermutationMatrix.h.
IndicesType::Nested Eigen::PermutationWrapper< _IndicesType >::m_indices [protected] |
Definition at line 503 of file PermutationMatrix.h.