Class to view a vector of integers as a permutation matrix. More...
Public Member Functions | |
const internal::remove_all < typename IndicesType::Nested > ::type & | indices () const |
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.
const internal::remove_all<typename IndicesType::Nested>::type& indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from PermutationBase< PermutationWrapper< _IndicesType > >.