template<typename _IndicesType>
PermutationWrapper class
Class to view a vector of integers as a permutation matrix.
Template parameters | |
---|---|
_IndicesType | the type of the vector of integer (can be any compatible expression) |
Contents
- Reference
This class allows to view any vector expression of integers as a permutation matrix.
Base classes
-
template<typename Derived>class PermutationBase
- Base class for permutations.
Public functions
- auto indices() const -> const internal::remove_all<typename IndicesType::Nested>::type&