template<typename _IndicesType>
Eigen::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

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&

Function documentation

template<typename _IndicesType>
const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper<_IndicesType>::indices() const

const version of indices().