Public Member Functions

PermutationWrapper< _IndicesType > Class Template Reference
[Core module]

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

Inheritance diagram for PermutationWrapper< _IndicesType >:

List of all members.

Public Member Functions

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

Detailed Description

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

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

Parameters:
_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.

See also:
class PermutationBase, class PermutationMatrix

Member Function Documentation

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

The documentation for this class was generated from the following file: