![]() |
Eigen
3.3.3
|
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.
Public Member Functions | |
const internal::remove_all < typename IndicesType::Nested > ::type & | indices () const |
const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.