Eigen  3.3.3
Eigen::PermutationWrapper< _IndicesType > Class Template Reference

Detailed Description

template<typename _IndicesType>
class Eigen::PermutationWrapper< _IndicesType >

Class to view a vector of integers as a permutation matrix.

Template Parameters:
_IndicesTypethe 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.

See also:
class PermutationBase, class PermutationMatrix
+ Inheritance diagram for Eigen::PermutationWrapper< _IndicesType >:

List of all members.

Public Member Functions

const internal::remove_all
< typename IndicesType::Nested >
::type & 
indices () const

Member Function Documentation

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

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends